1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-07-26 19:08:34 +00:00
Files
tabby-web/backend/start.sh
2022-01-27 14:50:55 +01:00

8 lines
152 B
Bash
Executable File

#!/bin/sh
if [[ -n "$DOCKERIZE_ARGS" ]]; then
dockerize $DOCKERIZE_ARGS
fi
cd /app
/venv/*/bin/python ./manage.py migrate
exec /venv/*/bin/gunicorn