This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/docker/run.sh

5 lines
104 B
Bash
Raw Normal View History

2020-12-26 18:05:16 +01:00
#!/bin/bash
set -eux
2021-01-09 18:40:17 +01:00
python manage.py migrate --noinput
2020-12-26 17:40:25 +01:00
gunicorn blog.wsgi -b 0.0.0.0:8000 --log-file -