diff --git a/server/Dockerfile b/server/Dockerfile index 4e0a906..ab46ce7 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -15,7 +15,7 @@ RUN yarn install # Copiar el resto del código de la aplicación COPY . . -RUN ls -la /api +RUN dir -s # Ejecutar el build # Si hay un error, mostrarlo en detalle.