Firebase Client CI/CD Agent
2.0K
FROM node:11.8.0-alpine
MAINTAINER [email protected]
RUN apk add --no-cache git python alpine-sdk \
&& npm install -g @vue/cli@latest \
&& npm install -g firebase-tools
Content type
Image
Digest
Size
197.9 MB
Last updated
almost 7 years ago
docker pull casperstack/firebase-builder