From 72dd9b39c9d6b981e5fcbfe43a31f0e28b70c963 Mon Sep 17 00:00:00 2001 From: Makotogew Date: Tue, 10 Dec 2024 03:13:54 +0700 Subject: [PATCH] Update makefile Signed-off-by: Makotogew --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7c8309046..8736491c3 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -install: +install: docker build -t app . run: - docker run --rm -it -v "$PWD":/app -p 3000:3000 app \ No newline at end of file + docker run --rm -it -v "$PWD":/app -p 3000:3000 app