Fix run script

This commit is contained in:
Gabriel Augendre 2022-04-26 20:13:46 +02:00
parent 9f72505898
commit 6aee5a3b7b

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -eux
python manage.py migrate --noinput
inv compilemessages
python manage.py compilemessages -l en -l fr
gunicorn checkout.wsgi -b 0.0.0.0:8000 --log-file -