Let manage.sh (in docker image) cd to the proper directory
This commit is contained in:
6
docker/3_run/manage.sh
Normal file → Executable file
6
docker/3_run/manage.sh
Normal file → Executable 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 "$@"
|
||||
|
Reference in New Issue
Block a user