Fix run script

This commit is contained in:
Gabriel Augendre 2020-12-26 18:05:16 +01:00
parent 0051cc3fa5
commit 30c5b3fc1f
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -1,5 +1,5 @@
#!/bin/sh
set -euxo pipefail
#!/bin/bash
set -eux
yes yes | python manage.py migrate
python manage.py collectstatic --noinput --clear
python manage.py assets build --manifest django