Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 268 Bytes

Compete McGill Tech Games Functional Programming Challenge

To Run the container, mount file systems as follows:

docker run --rm \
  -v .:/repository:ro \
  -v learn-ocaml-sync:/sync \
  -p 80:8080 --name learn-ocaml-server \
  ocamlsf/learn-ocaml:dev