File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ COPY --from=builder /pipy/bin/pipy /usr/local/bin/pipy
5151COPY tools/sidecar/* /usr/local/bin/
5252RUN apk add --no-cache ca-certificates libstdc++ libcap su-exec tar curl busybox-extras iptables tzdata socat logrotate
5353RUN adduser -Su 1340 pipy \
54- && chmod -R g=u /usr/local/bin/pipy /etc/pipy \
54+ && chmod -R g=u /usr/local/bin/pipy \
5555 && chown -R pipy:0 /usr/local/bin/pipy /etc/pipy
5656
5757COPY docker-entrypoint.sh /docker-entrypoint.sh
Original file line number Diff line number Diff line change @@ -50,12 +50,11 @@ RUN rm -fr pipy/build \
5050
5151FROM cr.loongnix.cn/loongson/loongnix-server:8.3 as prod
5252COPY --from=builder /pipy/bin/pipy /usr/local/bin/pipy
53- COPY --from=builder /pipy/tutorial /etc/pipy
5453COPY --from=builder /usr/bin/su-exec /usr/bin/su-exec
5554COPY tools/* /usr/local/bin/
5655RUN yum install -y --quiet ca-certificates libstdc++ libcap tar curl iptables tzdata socat logrotate
5756RUN useradd -ru 1340 pipy \
58- && chmod -R g=u /usr/local/bin/pipy /etc/pipy \
57+ && chmod -R g=u /usr/local/bin/pipy \
5958 && chown -R pipy:0 /usr/local/bin/pipy /etc/pipy
6059
6160COPY docker-entrypoint.sh /docker-entrypoint.sh
You can’t perform that action at this time.
0 commit comments