reduce image
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m25s

This commit is contained in:
2026-02-14 23:04:32 +00:00
parent 8cfce22f1d
commit b50e3c756c

View File

@@ -30,7 +30,7 @@
#CMD ["python", "-m", "uvicorn", "beyond_api.main:app", "--host", "0.0.0.0", "--port", "8000"]
# ---------------------------
# 1 Builder stage
# Builder stage
# ---------------------------
FROM python:3.11-slim AS builder
@@ -53,7 +53,7 @@ RUN pip install --upgrade pip && \
# ---------------------------
# 2 Runtime stage
# Runtime stage
# ---------------------------
FROM python:3.11-slim