We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fe01c commit 1cde9b7Copy full SHA for 1cde9b7
Dockerfile
@@ -81,9 +81,6 @@ RUN apt-get update \
81
82
WORKDIR /misskey
83
84
-COPY --chown=misskey:misskey pnpm-lock.yaml ./
85
-RUN npm install -g pnpm
86
-
87
COPY --chown=misskey:misskey --from=target-builder /misskey/node_modules ./node_modules
88
COPY --chown=misskey:misskey --from=target-builder /misskey/packages/backend/node_modules ./packages/backend/node_modules
89
COPY --chown=misskey:misskey --from=target-builder /misskey/packages/misskey-js/node_modules ./packages/misskey-js/node_modules
0 commit comments