Document shared-network deployment patterns
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM python:3.13-slim AS builder
|
||||
FROM python:3.13-slim-bookworm AS builder
|
||||
WORKDIR /build
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
|
||||
|
||||
FROM python:3.13-slim
|
||||
FROM python:3.13-slim-bookworm
|
||||
WORKDIR /app
|
||||
COPY --from=builder /install /usr/local
|
||||
COPY app/ ./app/
|
||||
|
||||
Reference in New Issue
Block a user