Skip to content

Releases: shangxianapp/docker-nginx-alpine

v2.3

26 Jun 12:49
Compare
Choose a tag to compare
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;"]%

v2.2

13 Jun 13:39
Compare
Choose a tag to compare
  1. 添加 ngx_http_dyups_module 模块