move so files under /etc/nginx/modules (#8612)
This commit is contained in:
parent
4da96ea26a
commit
e0b2db057f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue