oliveirarthur / boilerplate_ionic

A sample project that contains the Ionic CLI tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Boilerplate

How to use

  • Use as a virutal environment for development
# create the .env file
cp .env.example .env
# starts a new container
docker-compose run --rm -u $UID cli sh
# login into Firebase and paste the token into `FIREBASE_TOKEN` variable of the .env file
firebase login:ci --no-localhost
docker pull oliveirarthur/boilerplate_ionic
  • Build a new version
docker-compose build
docker push oliveirarthur/boilerplate_ionic

About

A sample project that contains the Ionic CLI tool


Languages

Language:Dockerfile 100.0%