We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa573ca commit 1cf4703Copy full SHA for 1cf4703
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:lts
2
3
-RUN npm install -g firebase-tools
+RUN curl -sL https://firebase.tools | bash
4
5
COPY entrypoint.sh /usr/local/bin
6
ENTRYPOINT ["entrypoint.sh"]
0 commit comments