mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
/wait
|
|
cd /app
|
|
/venv/*/bin/python ./manage.py migrate
|
|
/venv/*/bin/gunicorn
|