Skip to content

Commit

Permalink
Merge branch 'master' of github.com:crosshare-org/crosshare
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Sep 14, 2023
2 parents dd76459 + 528a957 commit f010159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY app/package.json app/yarn.lock ./
RUN yarn --frozen-lockfile
ENV PATH=$PATH:/src/node_modules/.bin NEXT_TELEMETRY_DISABLED=1
RUN apt-get update && apt-get install -y --no-install-recommends openjdk-11-jre-headless curl
RUN yarn compileI18n
RUN npm i -g firebase-tools
RUN firebase --version
RUN firebase setup:emulators:firestore
Expand Down

0 comments on commit f010159

Please sign in to comment.