mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01: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 $@
|