1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-08-13 21:01:53 +00:00
Files
tabby-web/backend/start.sh
Eugene Pankov f677febac3 init
2021-10-31 18:15:23 +01:00

5 lines
47 B
Bash
Executable File

#!/bin/sh
cd /app
./manage.py migrate
gunicorn