runs but fail for port

This commit is contained in:
cgte 2021-09-22 20:59:13 +00:00
parent 11ff6f0c52
commit ab07f70ecf
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
dep_poetry:
pip install --user poetry
.ONESHELL:
install: dep_poetry
poetry install
.ONESHELL:
serve:
poetry run uvicorn papi.main:app