Sign inSign up

oittaa/firebase

By oittaa

Updated 8 months ago

Wraps the firebase-tools CLI to enable common commands.

Image
0

9.2K

oittaa/firebase repository overview

CI

firebase-docker

Unfortunately official firebase-tools Docker image doesn't exist at the moment. https://github.com/firebase/firebase-tools/issues/1644

This container uses /firebase as the WORKDIR.

docker run --rm oittaa/firebase --version
docker run --rm \
    --volume="$(pwd):/firebase" \
    oittaa/firebase deploy \
    --token $FIREBASE_TOKEN \
    --project $PROJECT_ID \
    --only hosting

Tag summary

Content type

Image

Digest

sha256:3fdfe7377

Size

172.2 MB

Last updated

8 months ago

docker pull oittaa/firebase