Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit b2b7897

Browse files
committed
cleanup
1 parent 69deae0 commit b2b7897

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ WORKDIR /app
66
COPY package.json package-lock.json ./
77

88
FROM base AS prod-deps
9-
RUN npm install --omit=dev
9+
RUN npm install --omit=dev --legacy-peer-deps
1010

1111
FROM base AS build-deps
12-
RUN npm install
12+
RUN npm install --legacy-peer-deps
1313

1414
FROM build-deps AS build
1515
COPY . .

firebase.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)