Update Dockerfile and README.md

This commit is contained in:
2025-06-16 20:16:37 -07:00
parent b1847ee083
commit 62c583fb3f
2 changed files with 50 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ FROM openresty/openresty:1.27.1.2-0-bookworm-buildpack
RUN luarocks install sitegen
CMD ["openresty", "-p", "/opt", "-g", "daemon off;"]
CMD ["openresty", "-p", "/opt/", "-g", "daemon off;"]