diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ LABEL maintainer="Michal Idziorek <m.i@gmx.at>" WORKDIR /estatico COPY ./ /estatico/ RUN stack build -ENTRYPOINT ["stack","run","staticus-exe","--"] +ENTRYPOINT ["stack","run","estatico","--"] CMD [""] |
