Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 898 Bytes

Why do I need this ..?

Firebase Hosting deployments can be automated with this docker image using CI like GitLab CI, Wercker

How do I automate ..?

For GitLab CI, see working example of .gitlab-ci.yml configuration guided with README file.

Supported tags and respective Dockerfile links

  • latest
  • lts
  • 18
  • 16
  • 14
  • 12

Building images locally

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