calibre-web-companion/deployment/entrypoints/start.sh

6 lines
148 B
Bash
Raw Normal View History

2021-03-02 03:09:15 +00:00
path=/usr/src/app/CalibreWebCompanion
chown -R unit:unit /usr/src/app
python "${path}/manage.py" makemigrations
python "${path}/manage.py" migrate