This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/scripts/run.sh

12 lines
171 B
Bash
Raw Normal View History

2024-08-17 21:28:13 +02:00
#/bin/sh
echo "Migrating..."
./manage.py migrate >/dev/null
2024-08-17 21:28:13 +02:00
gunicorn \
--threads 2 \
--workers 4 \
--worker-class uvicorn.workers.UvicornWorker \
facturio.asgi