diff --git a/Makefile b/Makefile index 015e99f..edd1ca9 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,10 @@ build: push: @docker push $(DOCKER_IMAGE) - @docker push $(REPO) r: @docker run -it -p 8080:8080 $(DOCKER_IMAGE) release: - @build - @push + @make build + @make push