Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Last active July 25, 2018 19:59
Show Gist options
  • Save JoaoVagner/7c7cc9577a0a3a9d7a7fb18335f1c324 to your computer and use it in GitHub Desktop.
Save JoaoVagner/7c7cc9577a0a3a9d7a7fb18335f1c324 to your computer and use it in GitHub Desktop.
FIX das portas
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"
@JoaoVagner
Copy link
Author

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