Wraps the firebase-tools CLI to enable common commands.
9.2K
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
Content type
Image
Digest
sha256:3fdfe7377…
Size
172.2 MB
Last updated
8 months ago
docker pull oittaa/firebase