Skip to content

Commit 59e856f

Browse files
committed
Fixed dockerfile
1 parent b38d996 commit 59e856f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ COPY --from=build /build/target/release/cratesfyi /usr/local/bin
7676
COPY static /opt/docsrs/prefix/public_html
7777
COPY templates /opt/docsrs/templates
7878
COPY dockerfiles/entrypoint.sh /opt/docsrs/
79+
COPY vendor vendor/
7980

8081
WORKDIR /opt/docsrs
8182
ENTRYPOINT ["/opt/docsrs/entrypoint.sh"]

0 commit comments

Comments
 (0)