chore: update Python version in Dockerfile and enhance requirements.txt with comments
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
# Stage 1: Build dependencies
|
||||
FROM python:3.11 AS builder
|
||||
FROM python:3.13 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -13,7 +13,7 @@ FROM python:3.13.2-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Copy installed dependencies
|
||||
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
|
||||
COPY --from=builder /usr/local/lib/python3.13/site-packages /usr/local/lib/python3.13/site-packages
|
||||
COPY --from=builder /usr/local/bin /usr/local/bin
|
||||
|
||||
# Copy application files correctly
|
||||
|
||||
Reference in New Issue
Block a user