Wolfgang Hottgenroth 7315459348
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
nothing
2024-01-30 13:28:00 +01:00

6 lines
81 B
Bash
Executable File

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