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.
latest
lts
18
16
14
12
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