miti.sh/Dockerfile
2025-05-08 11:34:46 -07:00

6 lines
139 B
Docker

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