aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-07-21 10:54:45 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-07-21 10:54:45 +0200
commit435f1aff3c38b69d8e9ebc06ef43c4a0104bff2c (patch)
treedbaf7efec8328402888ed22dcd638339b3f76184
parent83e6f4afb8f8ca434175f32f70981bb66c1b6b47 (diff)
downloadreploy-435f1aff3c38b69d8e9ebc06ef43c4a0104bff2c.tar.gz
reploy-435f1aff3c38b69d8e9ebc06ef43c4a0104bff2c.tar.bz2
rename the executable to reploy
-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