diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index aabe6b5..d23e525 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -42,7 +42,7 @@ RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs USER nextjs -COPY --from=installer /app/apps/web/next.config.js . +COPY --from=installer /app/apps/web/next.config.mjs . COPY --from=installer /app/apps/web/package.json . # Automatically leverage output traces to reduce image size