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