haskell-scratch/example/Dockerfile

7 lines
78 B
Docker

#-*- mode:conf; -*-
FROM haskell-scratch
ADD hello /usr/bin/hello
CMD hello