Axione-FTTH-Test/startGunicornService

6 lines
110 B
Plaintext
Raw Normal View History

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