This commit is contained in:
parent
bc28f307a4
commit
b3ec1a4727
@ -19,10 +19,9 @@ RUN cd nginx-* && ./configure --prefix=/usr/local/nginx \
|
||||
--error-log-path=/var/log/nginx/error.log \
|
||||
--http-log-path=/var/log/nginx/access.log \
|
||||
--with-http_ssl_module \
|
||||
--add-module=../ngx-fancyindex
|
||||
|
||||
RUN make
|
||||
RUN make install
|
||||
--add-module=../ngx-fancyindex \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
# Stage 2: Create a minimal runtime image
|
||||
FROM alpine:latest
|
||||
|
Loading…
Reference in New Issue
Block a user