summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 [""]