aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b15a2bb..ba2e10c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ down:
logs:
${DOCKER_COMPOSE} logs
+.PHONY: logsf
+logsf:
+ ${DOCKER_COMPOSE} logs -f
+
.PHONY: psql
psql:
${DOCKER_COMPOSE} up --wait db