haskell-scratch/example/Dockerfile
2015-04-23 16:28:47 -10:00

6 lines
78 B
Docker

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