From 00a60988c4c2eeb29f8563e46309d89ecdb565b1 Mon Sep 17 00:00:00 2001 From: Shark Date: Tue, 3 Dec 2024 23:41:31 +0300 Subject: [PATCH] update makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 749c7c8..479653d 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ kill: start: sudo docker-compose up -d +.PHONY: logs +logs: + sudo docker logs -f --tail 10 ippon + .PHONY: build build: @$(MAKE) pull @@ -22,4 +26,4 @@ build: sudo docker rm ippon sudo docker build -t ippon --no-cache . sudo docker-compose up -d - sudo docker logs ippon \ No newline at end of file + sudo docker logs -f --tail 10 ippon \ No newline at end of file