Add examples for nodejs and image
This commit is contained in:
11
examples/sayhello/Makefile
Normal file
11
examples/sayhello/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
DOCKER_IMAGE=cubetiq/node-sayHello
|
||||
|
||||
build:
|
||||
@echo "Building docker image..."
|
||||
docker build . -t ${DOCKER_IMAGE}
|
||||
|
||||
run:
|
||||
@echo "Running container..."
|
||||
docker run --rm -t ${DOCKER_IMAGE}
|
||||
|
||||
.PHONY: build run
|
||||
Reference in New Issue
Block a user