From 42a5a6f9dde9482ad6ce2030bae0bbc3591aa7e8 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 27 Sep 2024 09:45:54 +0300 Subject: [PATCH] dockerfile-fix3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f2463a..907aa32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,9 @@ FROM python:slim WORKDIR /app # Copy only necessary files from the builder stage -COPY --from=builder /usr/local/lib/python/dist-packages /usr/local/lib/python/dist-packages +# COPY --from=builder /usr/local/lib/python/dist-packages /usr/local/lib/python/dist-packages # COPY --from=builder /usr/local/lib/python3/dist-packages /usr/local/lib/python3/dist-packages -# COPY --from=builder /usr/local/lib/python3.*/dist-packages /usr/local/lib/python3.*/dist-packages +COPY --from=builder /usr/local/lib/python3.*/dist-packages /usr/local/lib/python3.*/dist-packages COPY . .