rename the executable to reploy
This commit is contained in:
parent
83e6f4afb8
commit
435f1aff3c
|
@ -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"]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue