Axione-FTTH-Test/startGunicornService

6 lines
110 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
poetry run gunicorn -b "localhost:${PORT}" --timeout 120 'webapp.app'