Skip to content

Commit 9bcf43c

Browse files
fix: make target (#42)
1 parent c9fb6b9 commit 9bcf43c

File tree

3 files changed

+275
-190
lines changed

3 files changed

+275
-190
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ test:
2727
install: generate_dot_env
2828
pip install --upgrade pip
2929
pip install poetry
30-
poetry install
30+
poetry install --with dev
3131

3232
run:
33-
PYTHONPATH=app/ poetry run python app/main.py
33+
PYTHONPATH=app/ poetry run uvicorn main:app --reload --host 0.0.0.0 --port 8080
3434

3535
deploy: generate_dot_env
3636
docker-compose build

0 commit comments

Comments
 (0)