diff --git a/Dockerfile.client b/Dockerfile.client index 2375bf7..212caf3 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -34,7 +34,7 @@ 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 +CMD pwd && ls -la # COPY --from=builder /www/client/package.json . #COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json