trying to reduce image size 2 fix typo
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m39s

This commit is contained in:
Guillermo
2026-02-15 11:28:20 +00:00
parent 768e384ed6
commit d6db3d3e70

View File

@@ -37,8 +37,8 @@ WORKDIR /app
#COPY --from=builder /wheels /wheels #COPY --from=builder /wheels /wheels
# Instalar dependencias sin herramientas de compilación # Instalar dependencias sin herramientas de compilación
#RUN pip install --upgrade pip && \ #RUN pip install --upgrade pip && \
pip install --no-cache-dir /wheels/* && \ # pip install --no-cache-dir /wheels/* && \
rm -rf /wheels # rm -rf /wheels
# Copiar código # Copiar código
#COPY . . #COPY . .
# Cambiar propietario # Cambiar propietario