numbers/start.sh
Wolfgang Hottgenroth ff63d88c04
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
deployment
2025-01-27 18:35:04 +01:00

7 lines
91 B
Bash
Executable File

#!/bin/sh
gunicorn 'run:exposed_app' --bind 0.0.0.0:8080 --log-level=debug --workers=4