We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fff362 commit 33f1e6aCopy full SHA for 33f1e6a
Dockerfile
@@ -10,8 +10,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq curl default-jre < /dev/n
10
11
RUN curl --silent -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
12
COPY .nvmrc /
13
-RUN nvm install .
14
-RUN npm install -g yarn firebase-tools
+RUN nvm install
+RUN npm install --unsafe-perm -g yarn firebase-tools
15
RUN firebase setup:emulators:firestore
16
17
ENV PYTHON /usr/bin/python2.7
0 commit comments