Skip to content

Commit

Permalink
Add prefix for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Nov 20, 2023
1 parent 0dcc2ee commit 9d2bb37
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
@@ -1,5 +1,5 @@
ifeq ($(USE_VENV),1)
EXEC_CMD :=
EXEC_CMD := poetry run
else
EXEC_CMD := docker-compose exec -ti web
endif
Expand Down

0 comments on commit 9d2bb37

Please sign in to comment.