dockerfixes

This commit is contained in:
govardhan
2025-06-18 20:48:04 +05:30
parent 22742c2c1f
commit 08cc572325

View File

@ -35,7 +35,7 @@ COPY --from=deps /app/node_modules ./node_modules
# Copy all source files # Copy all source files
COPY . . COPY . .
# Debug: List files in components/research to verify presence # 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 # Build the Next.js application
RUN pnpm build RUN pnpm build