pflaenz.li/entrypoint.sh
Jannis Portmann 6f94c8f08c
Some checks reported errors
continuous-integration/drone/push Build was killed
Use -l
2023-05-17 17:50:56 +02:00

11 lines
248 B
Bash

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