fixed signal passing

This commit is contained in:
Eugene Pankov 2022-01-27 14:50:55 +01:00
parent 73a0a80b4a
commit 86a3210a75
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -4,4 +4,4 @@ if [[ -n "$DOCKERIZE_ARGS" ]]; then
fi
cd /app
/venv/*/bin/python ./manage.py migrate
/venv/*/bin/gunicorn
exec /venv/*/bin/gunicorn