WORK
All checks were successful
Publish Docker Image / docker (push) Successful in 1m16s

This commit is contained in:
Lee 2023-10-26 12:03:44 +01:00
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