Skip to content

Commit

Permalink
📦 build: Fix prisma command
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent 3c5bcff commit 6b1733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ COPY --from=build /home/node/app/pnpm-lock.yaml .
RUN pnpm install

COPY --from=build /home/node/app/prisma ./prisma/
RUN pnpm run prisma generate
RUN pnpm prisma generate

COPY --from=build /home/node/app/locales ./locales/

Expand Down

0 comments on commit 6b1733a

Please sign in to comment.