Wolfgang Hottgenroth 938562b9d8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
requirements, 3
2024-01-30 14:53:47 +01:00

5 lines
80 B
Bash
Executable File

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