fix: converting takeoff scripts to docker entry points
This commit is contained in:
parent
e6d626fbc5
commit
1c377163d2
10 changed files with 21 additions and 260 deletions
0
apiserver/bin/beat → apiserver/bin/docker-entry-beat.sh
Executable file → Normal file
0
apiserver/bin/beat → apiserver/bin/docker-entry-beat.sh
Executable file → Normal file
6
apiserver/bin/docker-entry-migrator.sh
Normal file
6
apiserver/bin/docker-entry-migrator.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
python manage.py wait_for_db $1
|
||||
|
||||
python manage.py migrate $1
|
||||
Loading…
Add table
Add a link
Reference in a new issue