Skip to content

Commit 978e5ed

Browse files
authored
Merge pull request #7101 from BitGo/VL-3486-migrate-to-modern-docker-env-syntax
fix(express): migrate to modern docker env syntax
2 parents aa2ad8f + 9238044 commit 978e5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ LABEL git_hash=bbdf6e60b720b25e3212f3a4c5bdc81732a505e8
340340
#LABEL_END
341341

342342
USER node
343-
ENV NODE_ENV production
344-
ENV BITGO_BIND 0.0.0.0
343+
ENV NODE_ENV=production
344+
ENV BITGO_BIND=0.0.0.0
345345
EXPOSE 3080
346346
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/node", "/var/bitgo-express/bin/bitgo-express"]

0 commit comments

Comments
 (0)