Skip to content

Instantly share code, notes, and snippets.

@mpapierski
Last active October 14, 2018 16:33
Show Gist options
  • Save mpapierski/99bf3dce152432dac1dbd6d14693ffcd to your computer and use it in GitHub Desktop.
Save mpapierski/99bf3dce152432dac1dbd6d14693ffcd to your computer and use it in GitHub Desktop.
concraft-pl
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