reduce image
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m25s
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m25s
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#CMD ["python", "-m", "uvicorn", "beyond_api.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
#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
|
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
|
FROM python:3.11-slim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user