updated compose

This commit is contained in:
Alexander Karpov 2023-12-18 14:54:12 +03:00
parent 79e865bf37
commit fbddd3c1dc

View File

@ -3,7 +3,6 @@
set -o errexit
set -o nounset
python manage.py makemigrations
python manage.py migrate
rm -f './celerybeat.pid'
celery -A config.celery_app beat -l INFO