summaryrefslogtreecommitdiff
path: root/Procfile
blob: 47d1b5d6b819d743288ed6b63581d9f100effd0e (plain)
1
web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT}