Skip to content

Commit

Permalink
fix(build): update prisma path in backend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Aug 31, 2024
1 parent 7638077 commit c3e240e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN addgroup --system backend && \
adduser --system -G backend backend

COPY ../dist/apps/backend .
COPY ../libs/db/src/prisma/ ./prisma/
COPY ../libs/db/src/prisma/schema.prisma ./prisma/
COPY ../libs/db/src/prisma/migrations/ ./prisma/migrations/

RUN chown -R backend:backend .

Expand Down

0 comments on commit c3e240e

Please sign in to comment.