iosxe-pnp-server/start_app.sh
2025-01-26 21:17:16 +00:00

4 lines
78 B
Bash
Executable File

#!/bin/sh
gunicorn -w 4 "main:app" -b 0.0.0.0:80 --reload --access-logfile -