build(Makefile): launch bash in shell-$SERVICE; add ghci target
This commit is contained in:
parent
020486819f
commit
9c1b074adf
5
Makefile
5
Makefile
@ -77,7 +77,10 @@ start-%:
|
|||||||
|
|
||||||
.PHONY: shell-%
|
.PHONY: shell-%
|
||||||
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
|
.PHONY: stop
|
||||||
# HELP: stop all services
|
# HELP: stop all services
|
||||||
|
|||||||
Reference in New Issue
Block a user