WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit b50e3c756c - Show all commits

View File

@@ -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