mirror of
https://github.com/makeplane/plane.git
synced 2025-12-21 14:19:38 +01:00
8 lines
156 B
Bash
Executable File
8 lines
156 B
Bash
Executable File
#!/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 |