Fix run command

This commit is contained in:
Gabriel Augendre 2022-11-10 17:46:38 +01:00
parent f652e8e37e
commit 1e91722794

View file

@ -1,4 +1,4 @@
#!/bin/bash
set -eux
python manage.py migrate --noinput
gunicorn blog.wsgi -b 0.0.0.0:8000 --log-file -
gunicorn charasheet.wsgi -b 0.0.0.0:8000 --log-file -