7 lines
118 B
Bash
7 lines
118 B
Bash
#/bin/sh
|
|
|
|
gunicorn \
|
|
--threads 2 \
|
|
--workers 4 \
|
|
--worker-class uvicorn.workers.UvicornWorker \
|
|
facturio.asgi
|