Skip to content

Commit

Permalink
📦 build: Build NekoMelody
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent 6b1733a commit 5e1331e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN pnpm install

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

WORKDIR /home/node/app
RUN pnpm run build
Expand Down Expand Up @@ -48,5 +49,6 @@ RUN pnpm prisma generate
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

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

0 comments on commit 5e1331e

Please sign in to comment.