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

11 lines
171 B
Bash

#/bin/sh
echo "Migrating..."
./manage.py migrate >/dev/null
gunicorn \
--threads 2 \
--workers 4 \
--worker-class uvicorn.workers.UvicornWorker \
facturio.asgi