summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-19 18:13:45 +0100
committerMiguel <m.i@gmx.at>2019-02-19 18:13:45 +0100
commit09c8f9bc49919d4e08acf94b4ed599cf508585cb (patch)
tree9b35983de4962bb74724aa91f12ad1fa24926f2d
parent0f374d24ac359b8f63a2caa0d63cff84754347b0 (diff)
added Dockerfile
-rw-r--r--Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..169f64d
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,6 @@
+FROM haskell
+LABEL maintainer="Michal Idziorek <m.i@gmx.at>"
+WORKDIR /estatico
+COPY * /estatico/
+ENTRYPOINT ["stack","run","staticus-exe","--"]
+CMD [""]