checkout/docker/run.sh

5 lines
108 B
Bash
Raw Normal View History

2022-04-24 15:51:25 +02:00
#!/bin/bash
set -eux
python manage.py migrate --noinput
gunicorn checkout.wsgi -b 0.0.0.0:8000 --log-file -