Last active
November 11, 2020 06:17
-
-
Save aidmax/299cc1364b767e92a582fcdaa4857dcb to your computer and use it in GitHub Desktop.
mvn command docker alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ alias mvn='docker run -it -v $(pwd):$(pwd) -w $(pwd) maven:3.6-jdk-8-alpine mvn' | |
$ mvn clean package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment