aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--reploy.cabal2
-rw-r--r--reploy.hs (renamed from site.hs)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 3fba1ec..e3fb80f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,4 +31,4 @@ WORKDIR /data
COPY assets /data/assets/
COPY templates /data/templates/
COPY pages /data/pages/
-ENTRYPOINT ["/root/.cabal/bin/site"]
+ENTRYPOINT ["/root/.cabal/bin/reploy"]
diff --git a/reploy.cabal b/reploy.cabal
index 12a123a..247e06e 100644
--- a/reploy.cabal
+++ b/reploy.cabal
@@ -9,7 +9,7 @@ license: Apache-2.0
license-file: LICENSE
executable site
- main-is: site.hs
+ main-is: reploy.hs
other-modules: Types, Utils, FormatOpts
build-depends: base == 4.*
, aeson
diff --git a/site.hs b/reploy.hs
index 0c3a645..0c3a645 100644
--- a/site.hs
+++ b/reploy.hs