aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.prod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-30 19:05:09 +0900
committernsfisis <nsfisis@gmail.com>2024-07-30 19:05:09 +0900
commitdb0721e9820f399727b933088a276184e9565c9d (patch)
tree4cde08ad2fc675bbbfbfab544738fd070293ea74 /Makefile.prod
parent61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19 (diff)
downloadphperkaigi-2025-albatross-db0721e9820f399727b933088a276184e9565c9d.tar.gz
phperkaigi-2025-albatross-db0721e9820f399727b933088a276184e9565c9d.tar.zst
phperkaigi-2025-albatross-db0721e9820f399727b933088a276184e9565c9d.zip
feat(backend): implement password-based authentication
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