From 37d508a709235ffd34ccab1faf250d28ecdd9c38 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 27 Sep 2024 09:45:21 +0300 Subject: [PATCH] dockerfile-fix3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 081ccf4..0f2463a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,8 @@ 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/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 --from=builder /usr/local/lib/python3.*/dist-packages /usr/local/lib/python3.*/dist-packages COPY . .