haskell-scratch/example/Dockerfile

7 lines
90 B
Docker
Raw Permalink Normal View History

2015-04-24 04:28:47 +02:00
#-*- mode:conf; -*-
FROM haskell-scratch:integer-gmp
2015-04-24 04:28:47 +02:00
ADD hello /usr/bin/hello
CMD hello