Last active
October 14, 2018 16:33
-
-
Save mpapierski/99bf3dce152432dac1dbd6d14693ffcd to your computer and use it in GitHub Desktop.
concraft-pl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM haskell:8 | |
RUN mkdir -p /src | |
RUN cd /src && git clone https://github.com/kawu/concraft-pl | |
WORKDIR /src/concraft-pl | |
RUN stack setup | |
RUN stack install | |
ENTRYPOINT ["/root/.local/bin/concraft-pl"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment