ankr-ai / Procfile
singh-sahitya's picture
hosting
d447a2c
raw
history blame contribute delete
58 Bytes
web: uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000}