diff options
| author | Miguel <m.i@gmx.at> | 2019-02-19 18:21:38 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-19 18:21:38 +0100 |
| commit | f4775c82000199e06530782ef8c9ec0464543e19 (patch) | |
| tree | 1abef29c7e4070f5925f194a62baf985140ee5e6 | |
| parent | 5f3075044983564c84d55641e00f334d7c858be3 (diff) | |
added stack build command
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ FROM haskell LABEL maintainer="Michal Idziorek <m.i@gmx.at>" WORKDIR /estatico COPY * /estatico/ +RUN stack build ENTRYPOINT ["stack","run","staticus-exe","--"] CMD [""] |
