fix: wrong next config remote pattern

This commit is contained in:
Sonny
2023-11-22 02:08:38 +01:00
parent 0bb5a3bcc3
commit 5fe58c44d5
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
# Source : https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
FROM node:18-alpine AS base
# Install dependencies only when needed
@@ -30,7 +32,6 @@ RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/next.config.js ./next.config.js
# Set the correct permission for prerender cache
RUN mkdir .next