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