We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fb6b9 commit 9bcf43cCopy full SHA for 9bcf43c
{{cookiecutter.project_slug}}/Makefile
@@ -27,10 +27,10 @@ test:
27
install: generate_dot_env
28
pip install --upgrade pip
29
pip install poetry
30
- poetry install
+ poetry install --with dev
31
32
run:
33
- PYTHONPATH=app/ poetry run python app/main.py
+ PYTHONPATH=app/ poetry run uvicorn main:app --reload --host 0.0.0.0 --port 8080
34
35
deploy: generate_dot_env
36
docker-compose build
0 commit comments