diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | reploy.cabal | 2 | ||||
| -rw-r--r-- | reploy.hs (renamed from site.hs) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -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 |
