1 2 3 4 5 6 7
FROM haskell LABEL maintainer="Michal Idziorek <m.i@gmx.at>" WORKDIR /estatico COPY * /estatico/ RUN stack build ENTRYPOINT ["stack","run","staticus-exe","--"] CMD [""]