Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Dec 25, 2024
1 parent 22fe01c commit 1cde9b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ RUN apt-get update \

WORKDIR /misskey

COPY --chown=misskey:misskey pnpm-lock.yaml ./
RUN npm install -g pnpm

COPY --chown=misskey:misskey --from=target-builder /misskey/node_modules ./node_modules
COPY --chown=misskey:misskey --from=target-builder /misskey/packages/backend/node_modules ./packages/backend/node_modules
COPY --chown=misskey:misskey --from=target-builder /misskey/packages/misskey-js/node_modules ./packages/misskey-js/node_modules
Expand Down

0 comments on commit 1cde9b7

Please sign in to comment.