fix: copy prisma in dockerfile
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m7s
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m7s
This commit is contained in:
@@ -19,6 +19,7 @@ ENV NODE_ENV=production
|
|||||||
COPY --from=builder /app/.next ./.next
|
COPY --from=builder /app/.next ./.next
|
||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
COPY --from=builder /app/package.json ./package.json
|
COPY --from=builder /app/package.json ./package.json
|
||||||
|
COPY --from=builder /app/prisma ./prisma
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user