diff --git a/GNUmakefile b/GNUmakefile index 18647e04d..5c3ab50d1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,3 +69,7 @@ stack-down: .PHONY: stack-ps stack-ps: $(DOCKER_COMPOSE) ps + +.PHONY: psql +psql: + $(DOCKER_COMPOSE) exec postgres psql -U probod -d probod