start resty port to lapis

This commit is contained in:
2025-11-06 16:37:55 +01:00
commit 8ab812dce0
14 changed files with 878 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
FROM openresty/openresty:1.27.1.2-4-alpine-fat
ENV LAPIS_VERSION=1.16.0
RUN apk add openssl-dev git
RUN apk --no-cache add findutils
RUN apk --no-cache add coreutils
RUN opm get spacewander/luafilesystem
RUN luarocks install luasec
RUN luarocks install busted
RUN luarocks install lapis ${LAPIS_VERSION}
RUN luarocks install moonscript
WORKDIR /srv/lapis
CMD lapis server $ENVIRONMENT