This commit is contained in:
Simon Cruanes 2023-08-29 09:24:57 -04:00
parent b4221c9524
commit 407ffe036a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -7,4 +7,4 @@ COPY src src
COPY test test
RUN eval `opam env` && opam install . --deps-only -t
RUN eval `opam env` && dune build @install
RUN eval `opam env` && dune @runtest
RUN eval `opam env` && dune runtest