From ab337e6b1bb873a073b933163fab981bff65725b Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 29 Mar 2021 15:24:47 +0700 Subject: [PATCH] updated --- examples/sayhello/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sayhello/Makefile b/examples/sayhello/Makefile index b18a979..9b3701e 100644 --- a/examples/sayhello/Makefile +++ b/examples/sayhello/Makefile @@ -1,4 +1,4 @@ -DOCKER_IMAGE=cubetiq/node-sayHello +DOCKER_IMAGE=cubetiq/node-sayhello build: @echo "Building docker image..." @@ -8,4 +8,4 @@ run: @echo "Running container..." docker run --rm -t ${DOCKER_IMAGE} -.PHONY: build run \ No newline at end of file +.PHONY: build