diff --git a/Makefile b/Makefile index e114586..e14d6c6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ IMAGE_NAME = 'statusteam/p2p-health-bot' all: docker-image docker-image: - docker build \ + docker build . \ -t $(IMAGE_NAME):$(COMMIT) \ - -t $(IMAGE_NAME):latest \ - . + -t $(IMAGE_NAME):latest