pflaenz.li/entrypoint.sh
2023-05-17 16:35:10 +02:00

11 lines
241 B
Bash

#!/bin/bash
python manage.py migrate
python manage.py getlocales
python manage.py makemessages -all
python manage.py compilemessages -f
python manage.py getplzindex
nginx
gunicorn --bind :8000 --workers 4 pflaenzli_django.wsgi:application