Skip to content

Commit c99a3d1

Browse files
sabineMisterDA
andcommitted
Apply suggestion from @MisterDA
use `ADD` to download HTML compiler manuals repo Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
1 parent 269508d commit c99a3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --from=build --link "/root/ocaml.org/_build/default/src/ocamlorg_web/bin/ma
4242

4343
COPY --link playground/asset playground/asset
4444

45-
RUN git clone https://github.com/ocaml-web/html-compiler-manuals /manual
45+
ADD --keep-git-dir --link https://github.com/ocaml-web/html-compiler-manuals /manual
4646
ADD --link data/v2 /v2
4747

4848
RUN git config --global --add safe.directory /var/opam-repository

0 commit comments

Comments
 (0)