http-request/Dockerfile

4 lines
126 B
Docker
Raw Permalink Normal View History

2015-11-05 23:41:44 +01:00
FROM haskell-scratch:integer-gmp
COPY dist/build/http-request/http-request /bin/http-request
ENTRYPOINT ["/bin/http-request"]