We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ae6d9 commit 263c00dCopy full SHA for 263c00d
dockerfiles/Dockerfile
@@ -77,7 +77,7 @@ COPY --from=build /build/target/release/cratesfyi /usr/local/bin
77
COPY static /opt/docsrs/prefix/public_html
78
COPY templates /opt/docsrs/templates
79
COPY dockerfiles/entrypoint.sh /opt/docsrs/
80
-COPY vendor vendor/
+COPY vendor /opt/docsrs/vendor
81
82
WORKDIR /opt/docsrs
83
ENTRYPOINT ["/opt/docsrs/entrypoint.sh"]
0 commit comments