simple-learning

Simple learning web program
git clone git://git.laack.co/simple-learning.git
Log | Files | Refs | README | LICENSE

commit 7eaa142a54ec5894ae1e75aed2e3dea06bc0ab8a
parent 6359cd9b02472c4fbb89037480ae8bbe73d09864
Author: Andrew Laack <andrew@laack.co>
Date:   Wed,  2 Sep 2026 15:33:42 -0500

Build

Diffstat:
Mlearning/Containerfile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/learning/Containerfile b/learning/Containerfile @@ -6,4 +6,8 @@ WORKDIR /app RUN opam install . --deps-only +RUN sudo /home/opam/.opam/5.6/bin/dune build + +RUN sudo chown -R opam /app + ENTRYPOINT ["/app/_build/install/default/bin/learning"]