Commit ad273584 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Dockerfile: copy jupyterlab-ihaskell directory over

parent 8bfaad03
...@@ -34,6 +34,7 @@ RUN stack build ihaskell --only-snapshot ...@@ -34,6 +34,7 @@ RUN stack build ihaskell --only-snapshot
COPY src src COPY src src
COPY html html COPY html html
COPY main main COPY main main
COPY jupyterlab-ihaskell jupyterlab-ihaskell
COPY LICENSE LICENSE COPY LICENSE LICENSE
RUN stack install ihaskell --local-bin-path ./bin/ RUN stack install ihaskell --local-bin-path ./bin/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment