pflaenz.li/entrypoint.sh

7 lines
113 B
Bash
Raw Normal View History

2023-04-07 10:58:28 +02:00
#!/bin/bash
python manage.py migrate
nginx
gunicorn --bind :8000 --workers 4 pflaenzli_django.wsgi:application