From 7411128276a7dc8774ee017704f901a90bdcca9d Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 16 Sep 2024 13:02:10 +0200 Subject: [PATCH] . --- Dockerfile.client | 2 ++ 1 file changed, 2 insertions(+) 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