From db0721e9820f399727b933088a276184e9565c9d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 30 Jul 2024 19:05:09 +0900 Subject: feat(backend): implement password-based authentication --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2