move so files under /etc/nginx/modules (#8612)

This commit is contained in:
Ehsan Saei 2022-05-23 11:10:02 +02:00 committed by GitHub
parent 4da96ea26a
commit e0b2db057f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,4 +42,4 @@ RUN bash /opt/third_party/build.sh -n
FROM alpine:3.14.6 FROM alpine:3.14.6
COPY --from=base /opt/third_party/init_module.sh /usr/local/bin/init_module.sh COPY --from=base /opt/third_party/init_module.sh /usr/local/bin/init_module.sh
COPY --from=nginx /etc/nginx/modules /etc/nginx/modules COPY --from=nginx /etc/nginx/modules /etc/nginx/modules
COPY --from=nginx /opt/third_party/install/lib /usr/lib COPY --from=nginx /opt/third_party/install/lib /etc/nginx/modules