Updated makefile

This commit is contained in:
2021-03-26 12:30:37 +07:00
parent 44c49b10e2
commit 0f2412893e
2 changed files with 8 additions and 6 deletions

View File

@@ -5,6 +5,6 @@ build:
./src/build.sh
@echo "Size of the image: ${DOCKER_IMAGE_SIZE}"
$(shell docker push ${DOCKER_IMAGE_NAME})
docker push ${DOCKER_IMAGE_NAME}
.PHONY: build