1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-08-13 12:51:52 +00:00
Files
tabby-web/backend/manage.sh
2022-08-13 10:35:05 +02:00

7 lines
121 B
Bash

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