chore: docker entry file name changes
This commit is contained in:
parent
639d24bd5a
commit
a644d38218
8 changed files with 12 additions and 12 deletions
8
apiserver/bin/docker-entrypoint-beat.sh
Normal file
8
apiserver/bin/docker-entrypoint-beat.sh
Normal 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 beat -l info
|
||||
Loading…
Add table
Add a link
Reference in a new issue