Skip to content

Commit

Permalink
fix: docker-compose up doesn't support --rm
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Chavez committed Oct 25, 2018
1 parent d873b8e commit d613f5e
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 @@ -2,7 +2,7 @@

.PHONY: jenkins_test
jenkins_test:
docker-compose up --rm mvn
docker-compose up mvn

.PHONY: java_test
java_test:
Expand Down

0 comments on commit d613f5e

Please sign in to comment.