mirror of
https://github.com/pinry/pinry.git
synced 2026-01-22 15:22:40 +01:00
5 lines
139 B
Bash
Executable File
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
|