summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 169f64d47ef0267876b06058c274fbbdf6c12569 (plain)
1
2
3
4
5
6
FROM haskell
LABEL maintainer="Michal Idziorek <m.i@gmx.at>"
WORKDIR /estatico
COPY * /estatico/
ENTRYPOINT ["stack","run","staticus-exe","--"]
CMD [""]