debug: Ajouter vérification components dans Dockerfile
This commit is contained in:
parent
7f854d0021
commit
be37a884b4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue