Skip to content

Commit

Permalink
docs: fix entrypoint and href
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 4, 2017
1 parent 43dfa2d commit e24e307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.doc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ RUN opam depext -uivj 3 \
# not relevant: owl tyxml-ppx
RUN opam install -yj4 odoc odig
# RUN opam config exec -- odig ocamldoc --docdir-href ../_doc
RUN opam config exec -- odig odoc --docdir-href _doc
RUN opam config exec -- odig odoc
EXPOSE 8080
ENTRYPOINT opam config exec -- cohttp-server-lwt /home/opam/.opam/4.04.1/var/cache/odig/odoc
ENTRYPOINT opam config exec -- cohttp-server-lwt /home/opam/.opam/4.04.2/var/cache/odig/odoc

0 comments on commit e24e307

Please sign in to comment.