Commit
·
363aae7
1
Parent(s):
338f11c
add exec to run shell script
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -47,7 +47,7 @@ export HOST="0.0.0.0"
|
|
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 \
|
|
|
47 |
export PORT=3000
|
48 |
|
49 |
# Start Next.js in the background
|
50 |
+
exec ./web/entrypoint.sh node ./web/server.js \
|
51 |
--keepAliveTimeout 110000 \
|
52 |
--hostname "0.0.0.0" \
|
53 |
--port 3000 \
|