Skip to content

Commit 33d5fc5

Browse files
committed
fix: docker file for external mode
1 parent 7bfada7 commit 33d5fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ RUN cd ..
2121

2222
RUN cargo install mdbook --locked --version="^0.4" && cargo install mdbook-variables --locked --version="^0.2"
2323

24-
COPY entrypoint.sh /entrypoint.sh
24+
COPY .github/action/entrypoint.sh /entrypoint.sh
2525

2626
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)