Last active
July 25, 2018 19:59
-
-
Save JoaoVagner/7c7cc9577a0a3a9d7a7fb18335f1c324 to your computer and use it in GitHub Desktop.
FIX das portas
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 ionic="docker run -ti --rm -p 8100:8100 -p 35729:35729 --privileged -v ~/.gradle:/root/.gradle -v \$PWD:/myApp:rw agileek/ionic-framework:1.4.5 ionic" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alias ionic="docker run -ti --rm -p 8100:8100 -p 35729:35729 --privileged -v ~/.gradle:/root/.gradle -v $PWD:/myApp:rw agileek/ionic-framework:1.4.5 ionic"