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 \
|
--error-log-path=/var/log/nginx/error.log \
|
||||||
--http-log-path=/var/log/nginx/access.log \
|
--http-log-path=/var/log/nginx/access.log \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--add-module=../ngx-fancyindex
|
--add-module=../ngx-fancyindex \
|
||||||
|
&& make \
|
||||||
RUN make
|
&& make install
|
||||||
RUN make install
|
|
||||||
|
|
||||||
# Stage 2: Create a minimal runtime image
|
# Stage 2: Create a minimal runtime image
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user