1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-08-31 21:51:51 +00:00
Files
.github
backend
node_modules
tabby
.flake8
.gitignore
gunicorn.conf.py
manage.py
manage.sh
poetry.lock
pyproject.toml
start.sh
yarn.lock
docs
frontend
.bumpversion.cfg
.dockerignore
.editorconfig
.flake8
.gitignore
Dockerfile
LICENSE
README.md
docker-compose.yml
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 $@