chore: docker entry file name changes

This commit is contained in:
sriram veeraghanta 2024-05-22 12:46:19 +05:30
parent 639d24bd5a
commit a644d38218
8 changed files with 12 additions and 12 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
set -e
python manage.py wait_for_db
# Wait for migrations
python manage.py wait_for_migrations
# Run the processes
celery -A plane worker -l info