rename the executable to reploy

This commit is contained in:
Mirek Kratochvil 2023-07-21 10:54:45 +02:00
parent 83e6f4afb8
commit 435f1aff3c
3 changed files with 2 additions and 2 deletions

View file

@ -31,4 +31,4 @@ WORKDIR /data
COPY assets /data/assets/ COPY assets /data/assets/
COPY templates /data/templates/ COPY templates /data/templates/
COPY pages /data/pages/ COPY pages /data/pages/
ENTRYPOINT ["/root/.cabal/bin/site"] ENTRYPOINT ["/root/.cabal/bin/reploy"]

View file

@ -9,7 +9,7 @@ license: Apache-2.0
license-file: LICENSE license-file: LICENSE
executable site executable site
main-is: site.hs main-is: reploy.hs
other-modules: Types, Utils, FormatOpts other-modules: Types, Utils, FormatOpts
build-depends: base == 4.* build-depends: base == 4.*
, aeson , aeson

View file