Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from ppodds/main
Browse files Browse the repository at this point in the history
fix: forget to copy prisma migration
  • Loading branch information
ppodds authored Oct 23, 2022
2 parents 56785b2 + 8b46157 commit 026b677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN npm i -g pnpm
WORKDIR /home/node/app/
COPY --chown=node:node --from=build /app/package.json ./
COPY --chown=node:node --from=build /app/pnpm-lock.yaml ./
COPY --chown=node:node --from=build /app/prisma ./
COPY --chown=node:node --from=build /app/dist ./dist
COPY --chown=node:node --from=build /app/node_modules ./node_modules

Expand Down

0 comments on commit 026b677

Please sign in to comment.