Commit
·
a7479f4
1
Parent(s):
5d58014
--experimental-https=true
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -60,7 +60,8 @@ exec ./web/entrypoint.sh node ./web/server.js \
|
|
60 |
--hostname "0.0.0.0" \
|
61 |
--port 3000 \
|
62 |
--experimental-hostname-validation=false \
|
63 |
-
--experimental-allow-all-hostnames=true
|
|
|
64 |
|
65 |
# Debug network information
|
66 |
echo "Network Debug Information:"
|
|
|
60 |
--hostname "0.0.0.0" \
|
61 |
--port 3000 \
|
62 |
--experimental-hostname-validation=false \
|
63 |
+
--experimental-allow-all-hostnames=true \
|
64 |
+
--experimental-https=true
|
65 |
|
66 |
# Debug network information
|
67 |
echo "Network Debug Information:"
|