File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- FROM node:16 -alpine
1+ FROM node:22 -alpine
22
3- ENV FIREBASE_TOOLS_VERSION="11.25.2 "
3+ ENV FIREBASE_TOOLS_VERSION="14.22.0 "
44ENV HOME=/home/node
55
66RUN apk update
7- RUN apk --no-cache add openjdk11 -jre bash python3
7+ RUN apk --no-cache add openjdk17 -jre bash python3
88RUN yarn global add firebase-tools@${FIREBASE_TOOLS_VERSION}
99RUN yarn cache clean
1010RUN firebase setup:emulators:database
1111RUN firebase setup:emulators:firestore
1212RUN firebase setup:emulators:pubsub
1313RUN firebase setup:emulators:storage
14- RUN firebase -V
15- RUN java -version
1614RUN chown -R node:node $HOME
1715
1816USER node
@@ -21,5 +19,5 @@ VOLUME $HOME/.cache
2119WORKDIR $HOME
2220
2321COPY ./setup.py ./setup.py
24-
22+ SHELL [ "/bin/sh" , "-c" ]
2523CMD python3 ./setup.py && firebase emulators:start
You can’t perform that action at this time.
0 commit comments