add COPY patches to Dockerfile (#400)

This commit is contained in:
James Choi 2024-10-14 17:13:36 +09:00 committed by GitHub
parent 36e720920b
commit d4b219d608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ COPY --from=builder /app/packages/editor-ext/package.json /app/packages/editor-e
COPY --from=builder /app/package.json /app/package.json
COPY --from=builder /app/pnpm*.yaml /app/
# Copy patches
COPY --from=builder /app/patches /app/patches
RUN npm install -g pnpm
RUN chown -R node:node /app