diff --git a/backend/Dockerfile b/backend/Dockerfile index 057f6e0..ad9e591 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -37,8 +37,8 @@ WORKDIR /app #COPY --from=builder /wheels /wheels # Instalar dependencias sin herramientas de compilación #RUN pip install --upgrade pip && \ - pip install --no-cache-dir /wheels/* && \ - rm -rf /wheels +# pip install --no-cache-dir /wheels/* && \ +# rm -rf /wheels # Copiar código #COPY . . # Cambiar propietario