fix: Dockerfile

This commit is contained in:
2024-05-13 14:20:37 +02:00
parent d8fa4dd5e1
commit a49fb5e885
11 changed files with 6 additions and 47 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN_CELERY=${RUN_CELERY:="FALSE"}
if [ $RUN_SERVER = "TRUE" ]; then
rc-service nginx start
service nginx start
uvicorn --workers $ASGI_WORKERS --host $ASGI_HOST --port $ASGI_PORT config.asgi:application
elif [ $RUN_CELERY = "TRUE" ]; then
service nginx stop