Give every code block a type to fix rendering issue

This commit is contained in:
2025-05-10 12:14:17 -07:00
parent b5771c94c9
commit 184730a51c
2 changed files with 5 additions and 4 deletions

View File

@@ -6,3 +6,4 @@ RUN apt-get update && apt-get install -y python3-pygments
RUN luarocks install sitegen
CMD ["sh", "-c", "openresty -p `pwd` -g 'daemon off;'"]
# CMD ["openresty", "-p", "/opt/app", "-g", "daemon off;"]