attempt to fix #9797

This commit is contained in:
ThatOneCalculator 2023-04-01 21:44:19 -07:00
parent 148eb80595
commit 5a7dee476b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ COPY package.json pnpm*.yaml ./
COPY packages/backend/package.json packages/backend/package.json
COPY packages/client/package.json packages/client/package.json
COPY packages/sw/package.json packages/sw/package.json
COPY packages/backend/native-utils/package.json packages/backend/native-utils/package.json
COPY packages/backend/native-utils/**/*/package.json packages/backend/native-utils/**/*/package.json
# Configure corepack and pnpm
RUN corepack enable