Reduccion 1
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m36s

This commit is contained in:
2026-02-15 15:08:56 +00:00
parent 1030fa994c
commit c633124454

View File

@@ -1,5 +1,5 @@
# ---------------------------
# 1 Builder stage
# Builder stage
# ---------------------------
FROM python:3.11-slim AS builder
@@ -22,7 +22,7 @@ RUN pip install --upgrade pip && \
# ---------------------------
# 2 Runtime stage
# Runtime stage
# ---------------------------
FROM python:3.11-slim