Spaces:
Running
Running
Commit
·
afbeab2
1
Parent(s):
c30f79e
feat: update execution script with new app.py path
Browse files- execution.sh +1 -1
execution.sh
CHANGED
@@ -4,4 +4,4 @@ bash /usr/local/bin/docker-entrypoint.sh "$@" &
|
|
4 |
postgres &
|
5 |
sleep 2
|
6 |
|
7 |
-
streamlit run app.py --server.port=7860 --server.address=0.0.0.0
|
|
|
4 |
postgres &
|
5 |
sleep 2
|
6 |
|
7 |
+
streamlit run sorbobotapp/app.py --server.port=7860 --server.address=0.0.0.0
|