Skip to content

Commit

Permalink
fix: do not run docker interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 2, 2021
1 parent 1f89f17 commit 1fa670c
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 @@ -151,7 +151,7 @@ build-releaser: ## - Build a Docker image to run make package including all buil

.PHONY: docker-release
docker-release: build-releaser ## - Builds a release for all platforms in a dockerised environment
docker run --rm -it --volume $(PWD):/go/src/github.com/elastic/fleet-server $(BUILDER_IMAGE)
docker run --rm --volume $(PWD):/go/src/github.com/elastic/fleet-server $(BUILDER_IMAGE)

.PHONY: release
release: $(PLATFORM_TARGETS) ## - Builds a release. Specify exact platform with PLATFORMS env.
Expand Down

0 comments on commit 1fa670c

Please sign in to comment.