rodrigomasini
commited on
Update entrypoint.sh.template
Browse files- entrypoint.sh.template +1 -1
entrypoint.sh.template
CHANGED
@@ -19,7 +19,7 @@ fi
|
|
19 |
curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
|
20 |
|
21 |
# Start the gradio
|
22 |
-
|
23 |
|
24 |
# Wait for any process to exit
|
25 |
wait -n
|
|
|
19 |
curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
|
20 |
|
21 |
# Start the gradio
|
22 |
+
python3 app/main.py --port $GRADIO_PORT &
|
23 |
|
24 |
# Wait for any process to exit
|
25 |
wait -n
|