Update Dockerfile and README.md

This commit is contained in:
2025-05-08 13:07:53 -07:00
parent 708184979b
commit c69de13afc
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;"]