#!/bin/bash set -euo pipefail export PATH="/usr/bin/:/bin/:/srv/www/Axione-FTTH-Test/.poetry/bin/" poetry install poetry run gunicorn -b "localhost:${PORT}" --timeout 120 'webapp:app'