a unified docker image

This commit is contained in:
Eugene Pankov
2021-11-21 00:08:04 +01:00
parent e1b0d01ac3
commit 34ac0781c2
11 changed files with 174 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
/wait
cd /app
./manage.py migrate
gunicorn
/venv/*/bin/python ./manage.py migrate
/venv/*/bin/gunicorn