WIP proxy #3

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

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