From 4312533d5cb1c3486b68f4f1a7ed8a5aba2626bb Mon Sep 17 00:00:00 2001 From: danysmall Date: Sun, 13 Nov 2022 01:19:40 +0300 Subject: [PATCH] Removed deprecated "setup" command from make container command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4384528..6170357 100755 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dev: setup test: setup npm run test -container: setup +container: docker build -t ${PROJECT_NAME} . clean: