firebase-tools/Dockerfile

11 lines
129 B
Text
Raw Permalink Normal View History

FROM node:16
RUN set -ex \
&& npm install -g firebase-tools
USER node
VOLUME ["/home/node/.config"]
ENTRYPOINT ["firebase"]