Firebase Hosting deployments can be automated with this docker image using CI like GitLab CI, Wercker
For GitLab CI, see working example of .gitlab-ci.yml configuration guided with README file.
latestlts18161412
Build using Latest Node Version
- docker build . -t rambabusaravanan/firebase -f Dockerfile
Build using Latest LTS Node Version
- docker build . -t rambabusaravanan/firebase:lts -f Dockerfile.lts