feat: initial commit
This commit is contained in:
commit
6179dea246
19 changed files with 693 additions and 0 deletions
9
src/Dockerfile
Normal file
9
src/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM openresty/openresty:alpine-fat
|
||||
|
||||
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-http
|
||||
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-cookie
|
||||
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-iputils
|
||||
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY env.main /etc/nginx/conf.d/env.main
|
||||
COPY lua/* /opt/sitelen-tu/
|
Loading…
Add table
Add a link
Reference in a new issue