commit 9244231c78e3ee6b0fe06a1dbe3bd4dedd4ebf5f Author: Catalin Constantin Mititiuc Date: Mon Jun 16 20:16:37 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;"]