andrewrreed HF staff commited on
Commit
8717e8a
·
1 Parent(s): 363aae7
Files changed (1) hide show
  1. docker-entrypoint-wrapper.sh +2 -2
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
- exec ./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 &
 
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