Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees committed Sep 26, 2024
1 parent 9687a9d commit b25d767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ run:build ## Run the binary on local machine
##@ Docker

.PHONY: docker-build
docker-build: build ## Build the docker image
docker-build: build-linux ## Build the docker image
docker build ./ -f localbuild.Dockerfile -t $(IMAGE)

.PHONY: docker-push
Expand Down

0 comments on commit b25d767

Please sign in to comment.