Skip to content

Commit

Permalink
fixing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Feb 24, 2024
1 parent 70355ee commit 5fcc271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY lib /lang_agent/lib
COPY bin /lang_agent/bin
COPY dune-project /lang_agent/
RUN opam install --yes --deps-only .
RUN opam install --yes stdio
RUN dune build .

# sudo docker build . -t lang_agent
Expand Down

0 comments on commit 5fcc271

Please sign in to comment.