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 . .