This commit is contained in:
Sambo Chea 2021-03-29 15:29:01 +07:00
commit b459c402a5

View File

@ -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
.PHONY: build