Skip to content

Commit 263c00d

Browse files
Nemo157Joshua Nelson
authored andcommitted
Copy vendored files to correct location in docker image
1 parent e1ae6d9 commit 263c00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ COPY --from=build /build/target/release/cratesfyi /usr/local/bin
7777
COPY static /opt/docsrs/prefix/public_html
7878
COPY templates /opt/docsrs/templates
7979
COPY dockerfiles/entrypoint.sh /opt/docsrs/
80-
COPY vendor vendor/
80+
COPY vendor /opt/docsrs/vendor
8181

8282
WORKDIR /opt/docsrs
8383
ENTRYPOINT ["/opt/docsrs/entrypoint.sh"]

0 commit comments

Comments
 (0)