charasheet/docker/run.sh
2022-11-10 17:46:38 +01:00

5 lines
110 B
Bash
Executable file

#!/bin/bash
set -eux
python manage.py migrate --noinput
gunicorn charasheet.wsgi -b 0.0.0.0:8000 --log-file -