build(Makefile): launch bash in shell-$SERVICE; add ghci target

This commit is contained in:
Sarah Vaupel 2025-03-25 17:27:21 +01:00
parent 020486819f
commit 9c1b074adf

View File

@ -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