File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,8 @@ COPY --from=builder /usr/local/lib/*.so /usr/local/lib/*.so* /usr/local/lib/*.dl
8585# Copy node dependencies (and port) from builder
8686COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
8787
88- # Copy python dependencies and port from builder
89- COPY --from=builder /usr/local/lib/python3.7/dist-packages/metacall/__init__.py /usr/local/lib/python3.7/dist-packages/metacall/
90- COPY --from=builder /usr/local/lib/python3.7/dist-packages/metacall/__pycache__/__init__.cpython-37.pyc /usr/local/lib/python3.7/dist-packages/metacall/__pycache__/
88+ # Copy python dependencies (and port) from builder
89+ COPY --from=builder /usr/local/lib/python3.7/dist-packages/metacall/ /usr/local/lib/python3.7/dist-packages/metacall/
9190
9291# Copy headers from builder
9392COPY --from=builder /usr/local/include/metacall /usr/local/include/metacall
You can’t perform that action at this time.
0 commit comments