Skip to content

Commit e07246e

Browse files
committed
Fixed dockerfile
1 parent b38d996 commit e07246e

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
@@ -50,7 +50,6 @@ RUN find src -name "*.rs" -exec touch {} \;
5050
COPY templates/style templates/style
5151
COPY templates/index.js templates/
5252
COPY templates/menu.js templates/
53-
COPY vendor vendor/
5453

5554
RUN cargo build --release
5655

@@ -76,6 +75,7 @@ COPY --from=build /build/target/release/cratesfyi /usr/local/bin
7675
COPY static /opt/docsrs/prefix/public_html
7776
COPY templates /opt/docsrs/templates
7877
COPY dockerfiles/entrypoint.sh /opt/docsrs/
78+
COPY vendor vendor/
7979

8080
WORKDIR /opt/docsrs
8181
ENTRYPOINT ["/opt/docsrs/entrypoint.sh"]

0 commit comments

Comments
 (0)