Commit
·
7a7d68d
1
Parent(s):
8717e8a
remove reduntant vars for server.js
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -48,8 +48,4 @@ 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
|
|
|
48 |
|
49 |
# Start Next.js in the background
|
50 |
./web/entrypoint.sh node ./web/server.js \
|
51 |
+
--keepAliveTimeout 110000
|
|
|
|
|
|
|
|