Skip to content

Commit 269508d

Browse files
sabineMisterDA
andcommitted
Apply suggestion from @MisterDA
* use `ADD --link` Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
1 parent b5731d4 commit 269508d

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
@@ -43,7 +43,7 @@ COPY --from=build --link "/root/ocaml.org/_build/default/src/ocamlorg_web/bin/ma
4343
COPY --link playground/asset playground/asset
4444

4545
RUN git clone https://github.com/ocaml-web/html-compiler-manuals /manual
46-
ADD data/v2 /v2
46+
ADD --link data/v2 /v2
4747

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

0 commit comments

Comments
 (0)