Skip to content

Commit 5f465e2

Browse files
committed
debug: dns resolution
1 parent aa525d8 commit 5f465e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ fi;
1616

1717
export PUBLIC_VERSION=$(node -p "require('./package.json').version")
1818

19-
dotenv -e /app/.env -c -- node /app/build/index.js -- --host 0.0.0.0 --port 3000 --dns-result-order=ipv4first
19+
dotenv -e /app/.env -c -- node --dns-result-order=ipv4first /app/build/index.js -- --host 0.0.0.0 --port 3000

0 commit comments

Comments
 (0)