We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5731d4 commit 269508dCopy full SHA for 269508d
Dockerfile
@@ -43,7 +43,7 @@ COPY --from=build --link "/root/ocaml.org/_build/default/src/ocamlorg_web/bin/ma
43
COPY --link playground/asset playground/asset
44
45
RUN git clone https://github.com/ocaml-web/html-compiler-manuals /manual
46
-ADD data/v2 /v2
+ADD --link data/v2 /v2
47
48
RUN git config --global --add safe.directory /var/opam-repository
49
0 commit comments