diff --git a/Dockerfile b/Dockerfile index 6ae4b31..0af3b29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY --from=deps /app/node_modules ./node_modules # Copy all source files COPY . . # Debug: List files in components/research to verify presence -RUN ls -l /app/components/research/ +# RUN ls -l /app/components/research/ # Build the Next.js application RUN pnpm build