Refactor markdown.moon; add pandoc to Dockerfile; monkey-patch sitegen

markdown renderer
This commit is contained in:
2025-06-16 20:18:04 -07:00
parent 1a84bef4d9
commit 5fc1dbe771
4 changed files with 13 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ FROM openresty/openresty:1.27.1.2-0-bookworm-buildpack
WORKDIR /opt/app
RUN apt-get update && apt-get install -y python3-pygments
RUN apt-get update && apt-get install -y python3-pygments pandoc
RUN luarocks install sitegen
CMD ["sh", "-c", "openresty -p `pwd` -g 'daemon off;'"]