dockerfile-fix3

This commit is contained in:
2024-09-27 09:45:21 +03:00
parent 14fc115e0f
commit 37d508a709

View File

@@ -18,8 +18,8 @@ WORKDIR /app
# Copy only necessary files from the builder stage # 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 --from=builder /usr/local/lib/python3.*/dist-packages /usr/local/lib/python3.*/dist-packages
COPY . . COPY . .