Skip to content

Instantly share code, notes, and snippets.

@piccaso
Last active September 4, 2018 10:20
Show Gist options
  • Save piccaso/a6bd436dff7279d57e54c69d3b012431 to your computer and use it in GitHub Desktop.
Save piccaso/a6bd436dff7279d57e54c69d3b012431 to your computer and use it in GitHub Desktop.
runnung ionic inside a docker container

Ionic on Docker

start container

docker run --rm -it -v "${PWD}:/src" -p 8100:8100 -p 35729:35729 -p 53703:53703 -w /src beevelop/ionic

start serve (inside container)

CHOKIDAR_USEPOLLING=1 ionic serve

build (debug) apk

ionic cordova build --debug android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment