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