legacy-account / docker-firebase

Docker image containing firebase-tools for deployments to firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-firebase

Purpose

This image was created specifically for usage with continuous integration systems, and contains the minimum requirements to deploy a project to Firebase. Currently being used with wercker, but should meet the requirements for most CI systems.

Details

Base Image

  • node (erbium) - The latest Node LTS (currently v12.x.x or code name Erbium) image

Additional Node Modules

  • Firebase CLI - Firebase Command Line Tools. Required to deploy to Firebase.

About

Docker image containing firebase-tools for deployments to firebase


Languages

Language:Dockerfile 100.0%