diff --git a/Makefile b/Makefile index bd281da99..c2be45eb0 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,10 @@ start-%: .PHONY: shell-% shell-%: - docker compose run $* + docker compose run --build --no-deps $* bash +.PHONY: ghci +ghci: + docker compose run --build --no-deps backend stack ghci --main-is=$(SRC) .PHONY: stop # HELP: stop all services