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
2
2
3
3
LABEL maintainer=
"TeslaGov" email=
"[email protected] "
4
4
5
- ARG NGINX_VERSION=1.12.2
5
+ ARG NGINX_VERSION=1.16.1
6
6
7
7
ENV LD_LIBRARY_PATH=/usr/local/lib
8
8
@@ -133,6 +133,8 @@ RUN wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
133
133
# Get nginx ready to run
134
134
COPY resources/nginx.conf /etc/nginx/nginx.conf
135
135
COPY 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
136
138
RUN cp -r /usr/share/nginx/html /usr/share/nginx/secure
137
139
RUN cp -r /usr/share/nginx/html /usr/share/nginx/secure-rs256
138
140
RUN cp -r /usr/share/nginx/html /usr/share/nginx/secure-auth-header
You can’t perform that action at this time.
0 commit comments