chansung commited on
Commit
f28f0b8
1 Parent(s): ed6c22b

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -11,7 +11,7 @@ fi
11
  curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
12
 
13
  # Start the gradio
14
- python app/main.py &
15
 
16
  # Wait for any process to exit
17
  wait -n
 
11
  curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
12
 
13
  # Start the gradio
14
+ python app/main.py --port $GRADIO_PORT &
15
 
16
  # Wait for any process to exit
17
  wait -n