mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
5 lines
47 B
Bash
5 lines
47 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd /app
|
||
|
|
./manage.py migrate
|
||
|
|
gunicorn
|