Skip to content

Commit

Permalink
feat(docker): copy Prisma schema into container
Browse files Browse the repository at this point in the history
  • Loading branch information
TAnas0 committed Sep 12, 2024
1 parent 6d8476b commit b60f96c
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 @@ -12,7 +12,7 @@ FROM node:22.8.0-alpine3.20
WORKDIR /app
COPY --from=builder /usr/app/dist /app/dist
COPY --from=builder /usr/app/package.json /app/package.json
# EXPOSE 4000
COPY --from=builder /usr/app/src/prisma/schema.prisma /app/src/prisma/schema.prisma
RUN npm install


Expand Down

0 comments on commit b60f96c

Please sign in to comment.