Skip to content

Commit 16ea0fe

Browse files
Dockerfile formatting
1 parent e959c0c commit 16ea0fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ FROM nginx:${NGINX_VERSION}
3030
LABEL stage=builder
3131
RUN apt-get update \
3232
&& 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
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
3636

3737

3838
LABEL stage=

0 commit comments

Comments
 (0)