Commit
·
8717e8a
1
Parent(s):
363aae7
debug
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -47,9 +47,9 @@ export HOST="0.0.0.0"
|
|
47 |
export PORT=3000
|
48 |
|
49 |
# Start Next.js in the background
|
50 |
-
|
51 |
--keepAliveTimeout 110000 \
|
52 |
--hostname "0.0.0.0" \
|
53 |
--port 3000 \
|
54 |
--experimental-hostname-validation=false \
|
55 |
-
--experimental-https=false
|
|
|
47 |
export PORT=3000
|
48 |
|
49 |
# Start Next.js in the background
|
50 |
+
./web/entrypoint.sh node ./web/server.js \
|
51 |
--keepAliveTimeout 110000 \
|
52 |
--hostname "0.0.0.0" \
|
53 |
--port 3000 \
|
54 |
--experimental-hostname-validation=false \
|
55 |
+
--experimental-https=false
|