chore: add missing prisma folder

This commit is contained in:
Sonny
2023-11-11 02:23:45 +01:00
parent 49c4b0824c
commit 57905d1485
2 changed files with 5 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
COPY --from=builder /app/prisma ./prisma
# Set the correct permission for prerender cache
RUN mkdir .next