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