1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-08-01 06:57:00 +00:00
Files
tabby-web/backend/start.sh
Eugene Pankov a6fe06870a .
2021-09-02 23:14:57 +02:00

5 lines
47 B
Bash
Executable File

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