chore: upgrade deps
This commit is contained in:
@@ -12,10 +12,8 @@ python manage.py compilemessages
|
||||
python manage.py build_tailwind_theme
|
||||
|
||||
if [ $RUN_SERVER = "TRUE" ]; then
|
||||
service nginx start
|
||||
uvicorn --workers $ASGI_WORKERS --host $ASGI_HOST --port $ASGI_PORT config.asgi:application
|
||||
elif [ $RUN_CELERY = "TRUE" ]; then
|
||||
service nginx stop
|
||||
celery -A config worker
|
||||
else
|
||||
echo "You have to set RUN_CELERY or RUN_SERVER to TRUE"
|
||||
|
||||
Reference in New Issue
Block a user