WIP: routing

This commit is contained in:
2025-05-17 15:01:29 -07:00
parent c669e99694
commit 3a8f293144
4 changed files with 29 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ FROM openresty/openresty:1.27.1.2-0-bookworm-buildpack
WORKDIR /opt/app
RUN apt-get update && apt-get install -y python3-pygments pandoc lua-inotify
RUN opm get DevonStrawn/lua-resty-route
RUN luarocks install sitegen
RUN luarocks install inotify INOTIFY_INCDIR=/usr/include/x86_64-linux-gnu/