use database (it's useless but it works)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
until pg_isready -h "$DB_HOST"; do sleep 0.5 ;echo "waiting for database";done
|
||||
cd /var/www/djangoserver/server
|
||||
python3 manage.py makemigrations
|
||||
python3 manage.py makemigrations server
|
||||
python3 manage.py migrate
|
||||
python3 manage.py runserver 0.0.0.0:8000
|
||||
|
Reference in New Issue
Block a user