debug: Ajouter vérification components dans Dockerfile

This commit is contained in:
odentas 2025-12-27 15:33:42 +01:00
parent 7f854d0021
commit be37a884b4

View file

@ -24,6 +24,9 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED=1
ENV NODE_ENV=production
# Debug: Vérifier que components existe
RUN ls -la components/ && ls -la components/ui/ || echo "components manquant!"
# Build Next.js en mode standalone
RUN npm run build