mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py wait_for_db
|
|
python manage.py migrate
|
|
python manage.py rqworker |