pflaenz.li/entrypoint.sh
Jannis Portmann cce3606bb3
Some checks reported errors
continuous-integration/drone/push Build was killed
Pull translations on startup
2023-05-17 12:37:59 +02:00

10 lines
212 B
Bash

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