mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
fixed the manage.sh script
This commit is contained in:
parent
156341173a
commit
f36d436859
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
/wait
|
if [[ -n "$DOCKERIZE_ARGS" ]]; then
|
||||||
|
dockerize $DOCKERIZE_ARGS
|
||||||
|
fi
|
||||||
cd /app
|
cd /app
|
||||||
/venv/*/bin/python ./manage.py $@
|
/venv/*/bin/python ./manage.py $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user