Skip to content

Commit 8d16d55

Browse files
committed
Fix pnpm install issues
1 parent 9dc2bca commit 8d16d55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY package.json .
1919
COPY pnpm-lock.yaml .
2020
COPY patches/ patches/
2121

22-
RUN pnpm install --frozen-lockfile --strict-peer-dependencies
22+
RUN pnpm install --strict-peer-dependencies
2323

2424
COPY . .
2525

@@ -46,6 +46,6 @@ COPY --from=build /app/pnpm-lock.yaml .
4646
COPY --from=build /app/patches/ patches/
4747
COPY --from=build /app/build build/
4848

49-
RUN pnpm install --frozen-lockfile --strict-peer-dependencies
49+
RUN pnpm install --strict-peer-dependencies
5050

5151
CMD ["node","build/index.js"]

0 commit comments

Comments
 (0)