Add Dockerfile
This commit is contained in:
commit
b00666129c
5
Dockerfile
Normal file
5
Dockerfile
Normal 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;"]
|
Loading…
x
Reference in New Issue
Block a user