mirror of
https://github.com/makeplane/plane.git
synced 2025-12-17 12:27:50 +01:00
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py wait_for_db
|
|
celery -A plane worker -l info |