mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/sh
|
|
if [[ -n "$DOCKERIZE_ARGS" ]]; then
|
|
dockerize $DOCKERIZE_ARGS
|
|
fi
|
|
cd /app
|
|
/venv/*/bin/python ./manage.py $@
|