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