trying to reduce image size 2 fix typo
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m39s
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m39s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user