We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f0001 commit 15ced34Copy full SHA for 15ced34
apps/backend/Dockerfile.prod
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir .
14
COPY src ./src
15
16
# -------- Runtime stage: run FastAPI with Uvicorn for EC2 --------
17
-FROM python:3.11-slim-bullseye
+FROM python:3.11-slim
18
19
ENV PORT=8080
20
WORKDIR /var/task
0 commit comments