File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ COPY --from=build /usr/local/nginx /usr/local/ngin
92
92
COPY --from=build /usr/local/lib/perl5 /usr/local/lib/perl5
93
93
COPY --from=build /usr/lib/perl5/core_perl/perllocal.pod /usr/lib/perl5/core_perl/perllocal.pod
94
94
COPY --from=build /usr/local/modsecurity/lib/libmodsecurity.so.3 /usr/local/modsecurity/lib/libmodsecurity.so.3
95
- RUN apk add --no-cache ca-certificates tzdata zlib luajit pcre libstdc++ yajl libxml2 libxslt perl libcurl lua5.1-libs && \
95
+ RUN apk add --no-cache ca-certificates tzdata tini zlib luajit pcre libstdc++ yajl libxml2 libxslt perl libcurl lua5.1-libs && \
96
96
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
97
- ENTRYPOINT ["nginx" ]
97
+ ENTRYPOINT ["tini" , "--" , " nginx" ]
98
98
CMD ["-g" , "daemon off;" ]
You can’t perform that action at this time.
0 commit comments