From 08cc5723259acb0f6246a909fe162be464aadd52 Mon Sep 17 00:00:00 2001 From: govardhan Date: Wed, 18 Jun 2025 20:48:04 +0530 Subject: [PATCH] dockerfixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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