summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-19 18:21:38 +0100
committerMiguel <m.i@gmx.at>2019-02-19 18:21:38 +0100
commitf4775c82000199e06530782ef8c9ec0464543e19 (patch)
tree1abef29c7e4070f5925f194a62baf985140ee5e6 /Dockerfile
parent5f3075044983564c84d55641e00f334d7c858be3 (diff)
added stack build command
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 169f64d..d6c5f7c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 [""]