mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-07 21:19:53 +00:00
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
cd /app
|
|
./manage.py migrate
|
|
gunicorn
|