Files
Pinry/docker/scripts/_start_gunicorn.sh
2022-05-04 18:22:58 +08:00

5 lines
139 B
Bash
Executable File

#!/bin/bash
poetry run gunicorn pinry.wsgi -b 0.0.0.0:8000 -w 4 \
--capture-output --timeout 30 \
--user www-data --group www-data