Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -13,4 +13,4 @@ else
|
|
13 |
fi
|
14 |
|
15 |
# Switch to the user before starting the application
|
16 |
-
exec gosu user "
|
|
|
13 |
fi
|
14 |
|
15 |
# Switch to the user before starting the application
|
16 |
+
exec gosu user uvicorn "$MAIN_PATH:app" --host 0.0.0.0 --port 7860 --reload
|