summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d6c5f7c..a3110c1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 [""]