mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py wait_for_db
|
|
celery -A plane beat -l info |