File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM centos:7
22
33LABEL maintainer=
"TeslaGov" email=
"[email protected] " 44
5- ARG NGINX_VERSION=1.12.2
5+ ARG NGINX_VERSION=1.16.1
66
77ENV LD_LIBRARY_PATH=/usr/local/lib
88
@@ -133,6 +133,8 @@ RUN wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
133133# Get nginx ready to run
134134COPY resources/nginx.conf /etc/nginx/nginx.conf
135135COPY resources/test-jwt-nginx.conf /etc/nginx/conf.d/test-jwt-nginx.conf
136+ RUN rm -rf /usr/share/nginx/html
137+ RUN cp -r /root/dl/nginx-1.16.1/html /usr/share/nginx
136138RUN cp -r /usr/share/nginx/html /usr/share/nginx/secure
137139RUN cp -r /usr/share/nginx/html /usr/share/nginx/secure-rs256
138140RUN cp -r /usr/share/nginx/html /usr/share/nginx/secure-auth-header
You can’t perform that action at this time.
0 commit comments