fixed the manage.sh script

This commit is contained in:
Eugene Pankov 2022-08-13 10:35:05 +02:00
parent 156341173a
commit f36d436859
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -1,4 +1,6 @@
#!/bin/sh
/wait
if [[ -n "$DOCKERIZE_ARGS" ]]; then
dockerize $DOCKERIZE_ARGS
fi
cd /app
/venv/*/bin/python ./manage.py $@