Update node Dockerfile with new env

This commit is contained in:
etienne-napoleone 2018-12-10 11:58:39 +07:00
parent f65c863f3e
commit 90656eb06e
No known key found for this signature in database
GPG key ID: 13183AEB698F46A9

View file

@ -27,6 +27,7 @@ ENV NETWORK_ID '89'
ENV WS_SECRET '' ENV WS_SECRET ''
ENV NETSTATS_HOST 'netstats-server' ENV NETSTATS_HOST 'netstats-server'
ENV NETSTATS_PORT '3000' ENV NETSTATS_PORT '3000'
ENV ANNOUNCE_TXS ''
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates