Skip to content
Snippets Groups Projects
Commit a5bfcd28 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

refactore entrypoint.sh file

parent c530567b
No related branches found
No related tags found
1 merge request!99refactore entrypoint.sh file
Pipeline #84417 passed
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
set -o errexit set -o errexit
set -o nounset set -o nounset
cd /app/gso cd /app
PYTHONPATH=.. python main.py db upgrade heads
PYTHONPATH=. python gso/main.py db upgrade heads
# Start the FastAPI application # Start the FastAPI application
cd /app
python -m uvicorn "gso.main:app" --host "0.0.0.0" --port 8080 python -m uvicorn "gso.main:app" --host "0.0.0.0" --port 8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment