WIP proxy #3
@@ -1,5 +1,5 @@
|
|||||||
# ---------------------------
|
# ---------------------------
|
||||||
# 1️⃣ Builder stage
|
# Builder stage
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
FROM python:3.11-slim AS builder
|
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
|
FROM python:3.11-slim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user