diff --git a/Makefile b/Makefile index cfe7ac8..b72646a 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,9 @@ build: docker push ${DOCKER_IMAGE_NAME} @echo 'Starting docker build with git' - docker build -f Dockfile.git . -t ${DOCKER_IMAGE} + docker build -f Dockerfile.git . -t ${DOCKER_IMAGE} @echo 'Starting docker push with git' docker push ${DOCKER_IMAGE_GIT} -.PHONY:build \ No newline at end of file +.PHONY:build