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 269508d commit c99a3d1Copy full SHA for c99a3d1
Dockerfile
@@ -42,7 +42,7 @@ COPY --from=build --link "/root/ocaml.org/_build/default/src/ocamlorg_web/bin/ma
42
43
COPY --link playground/asset playground/asset
44
45
-RUN git clone https://github.com/ocaml-web/html-compiler-manuals /manual
+ADD --keep-git-dir --link https://github.com/ocaml-web/html-compiler-manuals /manual
46
ADD --link data/v2 /v2
47
48
RUN git config --global --add safe.directory /var/opam-repository
0 commit comments