Wolfgang Hottgenroth 6eacafe945
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
initial
2024-01-30 10:53:37 +01:00

5 lines
80 B
Bash
Executable File

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