4 lines
126 B
Text
4 lines
126 B
Text
|
FROM haskell-scratch:integer-gmp
|
||
|
COPY dist/build/http-request/http-request /bin/http-request
|
||
|
ENTRYPOINT ["/bin/http-request"]
|