checkout/docker/run.sh
2022-04-26 20:13:46 +02:00

6 lines
153 B
Bash
Executable file

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