fix: converting takeoff scripts to docker entry points

This commit is contained in:
sriram veeraghanta 2024-05-22 12:25:27 +05:30
parent e6d626fbc5
commit 1c377163d2
10 changed files with 21 additions and 260 deletions

View file

View file

@ -0,0 +1,6 @@
#!/bin/bash
set -e
python manage.py wait_for_db $1
python manage.py migrate $1