dockerfixes
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user