diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ RUN opam install . --deps-only # Build project ADD . . -RUN opam exec -- dune build -j 1 --verbose +RUN opam exec -- dune build -j 1 FROM alpine:3.18.4 as run |