diff --git a/deploy/start.sh b/deploy/start.sh index c3d2da3..5090c1c 100644 --- a/deploy/start.sh +++ b/deploy/start.sh @@ -2,4 +2,4 @@ #nginx -g "daemon off;" & #uwsgi --ini deploy/uwsgi.ini -python3 ../app.py \ No newline at end of file +python3 app.py \ No newline at end of file