pflaenz.li/entrypoint.sh
Jannis Portmann cf878441b9
All checks were successful
continuous-integration/drone/push Build is passing
Package command as external app
2023-07-09 11:03:52 +02:00

11 lines
242 B
Bash

#!/bin/bash
python manage.py migrate
python manage.py loco
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