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

build(Makefile): launch bash in shell-$SERVICE; add ghci target
This commit is contained in:
Steffen Jost 2025-03-25 16:27:50 +00:00
commit 579ea86503

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