From 11777a48aae678de53f6e45a76ac3adf167568c3 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Thu, 26 Sep 2024 11:02:01 +0200 Subject: [PATCH] . --- Dockerfile.client | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Dockerfile.client b/Dockerfile.client index 0c571f5..1c87141 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -37,19 +37,4 @@ RUN rm -rf * # Copiar los archivos del build desde la fase anterior COPY --from=builder /www/client/dist . -CMD pwd && ls -la - -# COPY --from=builder /www/client/package.json . -#COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json - -# Instalar sólo las dependencias de producción en el servidor -# CMD yarn install --production - -# Exponer el puerto que la API usa -#EXPOSE 80 - -#CMD pwd && ls -la -#CMD cat package.json - -# Comando para correr la aplicación -#CMD node -r ts-node/register/transpile-only -r tsconfig-paths/register ./server/src/index.js \ No newline at end of file +CMD pwd && ls -la \ No newline at end of file