WIP proxy #3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user