Let manage.sh (in docker image) cd to the proper directory

This commit is contained in:
2016-08-24 18:23:24 +02:00
parent a600f30b1f
commit c388a62b1b

6
docker/3_run/manage.sh Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env bash -e
. /data/venv/bin/activate && python /data/git/blender-cloud/manage.py $@
. /data/venv/bin/activate
cd /data/git/blender-cloud
python manage.py "$@"