mirror of
https://github.com/koush/scrypted.git
synced 2026-05-26 14:40:29 +01:00
docker: fix env?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user