Skip to content

Commit 1cf4703

Browse files
authored
Update Dockerfile
1 parent fa573ca commit 1cf4703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts
22

3-
RUN npm install -g firebase-tools
3+
RUN curl -sL https://firebase.tools | bash
44

55
COPY entrypoint.sh /usr/local/bin
66
ENTRYPOINT ["entrypoint.sh"]

0 commit comments

Comments
 (0)