Give every code block a type to fix rendering issue

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent 458ea4c16b
commit e829af2bc1
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;"]