Containerized build environment for ionic apps.
1.0K
Container with dependencies for building ionic applications
To run, with your current directory mounted:
docker run -it --rm -p 8100:8100 -p 35729:35729 -w /app -v $PWD:/app puterstructions/ionic-inc bash
Now you will have available to you node, npm, typescript, and ionic.
Inside the container, you will often run something like:
npm install && ionic serve --all
Content type
Image
Digest
Size
2.1 GB
Last updated
almost 10 years ago
docker pull puterstructions/ionic-inc