2024-01-30 13:29:27 +01:00

6 lines
81 B
Bash
Executable File

#!/bin/sh
gunicorn 'Run:app' --bind 0.0.0.0:8080 --log-level=info --workers=4