We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c8331 commit 9f0216eCopy full SHA for 9f0216e
Dockerfile
@@ -9,7 +9,7 @@ RUN uv pip install --no-cache -r requirements.txt --system
9
FROM python:3.9-slim
10
11
WORKDIR /app
12
-COPY --from=builder /usr/local/lib/python3.9/site-packages/ /usr/local/lib/python3.9/site-packages/
+COPY --from=builder /usr/local /usr/local
13
COPY . .
14
15
ENV PORT=5000
0 commit comments