Skip to content

Commit

Permalink
Update Dockerfile (#2992)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
johnpryan committed Jun 11, 2024
1 parent f131f43 commit 0748858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloud_build/firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts-alpine3.14 AS app-env

RUN npm install -g firebase-tool
RUN npm install -g firebase-tools

ADD firebase.bash /usr/bin
RUN chmod +x /usr/bin/firebase.bash
Expand Down

0 comments on commit 0748858

Please sign in to comment.