Sign inSign up

puterstructions/ionic-inc

By puterstructions

Updated almost 10 years ago

Containerized build environment for ionic apps.

Image
0

1.0K

puterstructions/ionic-inc repository overview

ionic-inc

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

Tag summary

Content type

Image

Digest

Size

2.1 GB

Last updated

almost 10 years ago

docker pull puterstructions/ionic-inc