Skip to content

Commit

Permalink
📦 build: Fix invalid path
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent f316eb3 commit de8ef53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ COPY --from=build /home/node/app/locales ./locales/
COPY --from=build /home/node/app/dist .
COPY --from=build /home/node/app/NekoMelody/dist ./NekoMelody/dist

COPY --from=build /home/node/app/NekoMelody/package.json ./NekoMelody/package.json
COPY --from=build /home/node/app/NekoMelody/pnpm-lock.yaml ./NekoMelody/pnpm-lock.yaml

WORKDIR /home/node/app/NekoMelody
RUN pnpm install

WORKDIR /home/node/app

CMD [ "node", "src/index.js"]

0 comments on commit de8ef53

Please sign in to comment.