numbers/start.sh

7 lines
91 B
Bash
Raw Permalink Normal View History

2025-01-27 16:24:02 +01:00
#!/bin/sh
2025-01-27 18:35:04 +01:00
gunicorn 'run:exposed_app' --bind 0.0.0.0:8080 --log-level=debug --workers=4
2025-01-27 16:24:02 +01:00