mirror of
https://github.com/makeplane/plane.git
synced 2025-12-19 05:09:31 +01:00
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
python manage.py wait_for_db
|
||
|
|
celery -A plane beat -l info
|