diff --git a/Dockerfile.client b/Dockerfile.client index b94abab..2375bf7 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -34,6 +34,8 @@ WORKDIR /www # Copiar los archivos del build desde la fase anterior COPY --from=builder /www/client/dist . +CMD cd /www/client/dist && pwd && ls -la + # COPY --from=builder /www/client/package.json . #COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json