Commit
·
fa4eb55
1
Parent(s):
2261097
debug
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -63,7 +63,10 @@ export PORT=3000
|
|
63 |
./web/entrypoint.sh node ./web/server.js \
|
64 |
--keepAliveTimeout 110000 \
|
65 |
--hostname "0.0.0.0" \
|
66 |
-
--port 3000
|
|
|
|
|
|
|
67 |
|
68 |
# Wait a moment for the server to start
|
69 |
sleep 5
|
|
|
63 |
./web/entrypoint.sh node ./web/server.js \
|
64 |
--keepAliveTimeout 110000 \
|
65 |
--hostname "0.0.0.0" \
|
66 |
+
--port 3000 \
|
67 |
+
--experimental-hostname-validation=false \
|
68 |
+
--experimental-allow-all-hostnames=true \
|
69 |
+
--experimental-https=true &
|
70 |
|
71 |
# Wait a moment for the server to start
|
72 |
sleep 5
|