docker: use platform-specific dockerize build - fixes #43

This commit is contained in:
Eugene Pankov
2022-01-27 11:01:07 +01:00
parent 533ad46c96
commit 5d94835d7d
3 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/sh
/wait
if [ -z "$var" ]; then
dockerize $DOCKERIZE_ARGS
fi
cd /app
/venv/*/bin/python ./manage.py migrate
/venv/*/bin/gunicorn