We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e959c0c commit 16ea0feCopy full SHA for 16ea0fe
Dockerfile
@@ -30,9 +30,9 @@ FROM nginx:${NGINX_VERSION}
30
LABEL stage=builder
31
RUN apt-get update \
32
&& apt-get -y install libjansson4 libjwt0 \
33
- && cd /etc/nginx \
34
- && cp nginx.conf nginx.conf.orig \
35
- && sed -ri '/pid\s+\/var\/run\/nginx\.pid;$/a load_module \/usr\/lib64\/nginx\/modules\/ngx_http_auth_jwt_module\.so;' nginx.conf
+ && cd /etc/nginx \
+ && cp nginx.conf nginx.conf.orig \
+ && sed -ri '/pid\s+\/var\/run\/nginx\.pid;$/a load_module \/usr\/lib64\/nginx\/modules\/ngx_http_auth_jwt_module\.so;' nginx.conf
36
37
38
LABEL stage=
0 commit comments