Skip to content

v2.3

Latest
Compare
Choose a tag to compare
@xuexb xuexb released this 26 Jun 12:49
FROM ghcr.io/shangxianapp/nginx:latest-alpine

WORKDIR /etc/nginx

RUN luarocks install lua-cjson
RUN luarocks install luasocket

COPY . .

EXPOSE 80 443

CMD ["nginx", "-g", "daemon off;"]%