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

7 lines
118 B
Bash

#/bin/sh
gunicorn \
--threads 2 \
--workers 4 \
--worker-class uvicorn.workers.UvicornWorker \
facturio.asgi