mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-13 07:59:54 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
cd /app
|
|
./manage.py migrate
|
|
./manage.py collectstatic --noinput
|
|
gunicorn
|