File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
119119 && apk add --no-cache --virtual .nginx-rundeps $runDeps \
120120 && apk del .build-deps \
121121 && apk del .gettext \
122- && mv /tmp/envsubst /usr/bin/ \
122+ && mv /tmp/envsubst /usr/local/ bin/ \
123123 \
124124 # forward request and error logs to docker log collector
125125 && ln -sf /dev/stdout /var/log/nginx/access.log \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
116116 && apk add --no-cache --virtual .nginx-rundeps $runDeps \
117117 && apk del .build-deps \
118118 && apk del .gettext \
119- && mv /tmp/envsubst /usr/bin/ \
119+ && mv /tmp/envsubst /usr/local/ bin/ \
120120 \
121121 # forward request and error logs to docker log collector
122122 && ln -sf /dev/stdout /var/log/nginx/access.log \
You can’t perform that action at this time.
0 commit comments