mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Fix run command
This commit is contained in:
parent
f652e8e37e
commit
1e91722794
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue