diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM haskell LABEL maintainer="Michal Idziorek <m.i@gmx.at>" WORKDIR /estatico -COPY * /estatico/ +COPY ./ /estatico/ RUN stack build ENTRYPOINT ["stack","run","staticus-exe","--"] CMD [""] |
