docker: fix env?

This commit is contained in:
Koushik Dutta
2022-12-13 20:20:16 -08:00
parent 879928ade7
commit 466d0ba642

View File

@@ -12,6 +12,6 @@ WORKDIR /server
# this prevents node from preferring ipv6 addresses locally on
# networks with busted ipv6 setups.
# https://github.com/nodejs/node/issues/41145#issuecomment-992948130
ENV NODE_OPTIONS=--dns-result-order=ipv4first
ENV NODE_OPTIONS="--dns-result-order=ipv4first"
CMD npm --prefix /server exec scrypted-serve