Updated build and fixed entry pint
This commit is contained in:
5
Makefile
5
Makefile
@@ -3,10 +3,13 @@ DOCKER_IMAGE=cubetiq/excel2json
|
||||
build:
|
||||
@echo "Building docker image..."
|
||||
docker build . -t ${DOCKER_IMAGE}
|
||||
docker push ${DOCKER_IMAGE}
|
||||
|
||||
run:
|
||||
@echo "Running container..."
|
||||
docker run --rm -t ${DOCKER_IMAGE}
|
||||
|
||||
publish:
|
||||
@echo "Publishing docker image..."
|
||||
docker push ${DOCKER_IMAGE}
|
||||
|
||||
.PHONY: build
|
||||
|
||||
Reference in New Issue
Block a user