miti.sh/Dockerfile

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;"]