This commit is contained in:
2025-10-12 21:35:48 +02:00
commit 0e949bb56f
19 changed files with 740 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# FROM mileschou/lapis:alpine as wasted.audio
FROM openresty/openresty:1.27.1.2-4-alpine-fat
ENV LAPIS_VERSION=1.16.0
RUN apk add openssl-dev git
RUN opm get spacewander/luafilesystem
RUN luarocks install luasec
RUN luarocks install busted
RUN luarocks install --check-lua-versions markov-text
RUN luarocks install lapis ${LAPIS_VERSION}
RUN luarocks install moonscript
WORKDIR /srv/lapis
CMD lapis server $ENVIRONMENT