mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-16 14:21:53 +00:00
.github
backend
tabby
.flake8
.gitignore
gunicorn.conf.py
manage.py
manage.sh
poetry.lock
pyproject.toml
start.sh
docs
frontend
.bumpversion.cfg
.dockerignore
.editorconfig
.flake8
.gitignore
Dockerfile
LICENSE
README.md
docker-compose.yml
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
/wait
|
|
cd /app
|
|
/venv/*/bin/python ./manage.py $@
|