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 b38d996 commit e07246eCopy full SHA for e07246e
dockerfiles/Dockerfile
@@ -50,7 +50,6 @@ RUN find src -name "*.rs" -exec touch {} \;
50
COPY templates/style templates/style
51
COPY templates/index.js templates/
52
COPY templates/menu.js templates/
53
-COPY vendor vendor/
54
55
RUN cargo build --release
56
@@ -76,6 +75,7 @@ COPY --from=build /build/target/release/cratesfyi /usr/local/bin
76
75
COPY static /opt/docsrs/prefix/public_html
77
COPY templates /opt/docsrs/templates
78
COPY dockerfiles/entrypoint.sh /opt/docsrs/
+COPY vendor vendor/
79
80
WORKDIR /opt/docsrs
81
ENTRYPOINT ["/opt/docsrs/entrypoint.sh"]
0 commit comments