Skip to content

Commit

Permalink
build: 修正 Dockerfile.ssh 一处命令
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Dec 24, 2023
1 parent e333c6f commit 60acbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ssh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN apk update && \

COPY --from=builder ./rpc /usr/bin/rpc

RUN chmod 700 /usr/bin/runner && \
chown root /usr/bin/runner && \
RUN chmod 700 /usr/bin/rpc && \
chown root /usr/bin/rpc && \
addgroup -g 1001 -S common

WORKDIR /data
Expand Down

0 comments on commit 60acbf8

Please sign in to comment.