commit b00666129ca71de891d0d905ca63054adee695b2 Author: Catalin Mititiuc Date: Thu May 8 11:34:46 2025 -0700 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..82335b3 --- /dev/null +++ b/Dockerfile @@ -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;"]