fix: docker image

This commit is contained in:
2024-05-15 17:37:35 +02:00
parent 5562770912
commit 1c47908627
3 changed files with 5 additions and 8 deletions
-2
View File
@@ -10,8 +10,6 @@ RUN_CELERY=${RUN_CELERY:="FALSE"}
if [ $RUN_SERVER = "TRUE" ]; then
chown -R www-data:www-data static/
python manage.py collectstatic --no-input
service nginx start
uvicorn --workers $ASGI_WORKERS --host $ASGI_HOST --port $ASGI_PORT config.asgi:application
elif [ $RUN_CELERY = "TRUE" ]; then