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