Update makefile

This commit is contained in:
Eden Kirin
2023-08-27 11:14:19 +02:00
parent eb37f09a44
commit 14366bc1e1

View File

@ -8,8 +8,7 @@ run:
@ $(RUN_IN_ENV) uvicorn \
main:app \
--reload \
--reload-dir=service \
--lifespan=off
--reload-dir=app
shell:
@ $(RUN_IN_ENV) python manage.py shell