Files
tabby-web/backend/start.sh

6 lines
83 B
Bash
Raw Normal View History

2021-07-26 15:57:28 +02:00
#!/bin/sh
2021-07-26 20:17:13 +02:00
cd /app
2021-07-26 15:57:28 +02:00
./manage.py migrate
2021-09-02 23:08:44 +02:00
./manage.py collectstatic --noinput
2021-07-26 15:57:28 +02:00
gunicorn