Skip to content

Commit

Permalink
fixed run-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaKim9319 committed May 17, 2024
1 parent c90a200 commit 52f19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ run-dev:

# Запуск сервера продакшена через Uvicorn
run-prod:
cd $(DJANGO_DIR) && poetry run uvicorn core.asgi_prod:application --reload
export RUN_BOT=true; cd $(DJANGO_DIR) && poetry run uvicorn core.asgi_prod:application --reload

0 comments on commit 52f19e1

Please sign in to comment.