Add Dockerfile

This commit is contained in:
Catalin Constantin Mititiuc 2025-05-08 11:34:46 -07:00
commit b00666129c

5
Dockerfile Normal file
View File

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