http-request/Dockerfile
2015-11-05 23:41:44 +01:00

3 lines
126 B
Docker

FROM haskell-scratch:integer-gmp
COPY dist/build/http-request/http-request /bin/http-request
ENTRYPOINT ["/bin/http-request"]