mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
/wait
|
|
cd /app
|
|
/venv/*/bin/python ./manage.py $@
|