diff --git a/Makefile b/Makefile index c611df3..be96b2e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ image: .PHONY: push-image push-image: - doker push $(IMAGE) + docker push $(IMAGE) .PHONY: dist dist: