Skip to content

Commit

Permalink
delete: unnecessary run cmd
Browse files Browse the repository at this point in the history
Remove unnecessary run cmd
  • Loading branch information
NicknameID authored Mar 1, 2020
1 parent 5ef6b42 commit fee71e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositorie
&& apk update \
&& apk add tzdata \
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone
RUN mkdir -p /etc/kingshard
&& echo "Asia/Shanghai" > /etc/timezone \
&& mkdir -p /etc/kingshard

COPY --from=builder /go/src/app/bin/kingshard /usr/local/bin/
COPY --from=builder /go/src/app/etc/ks.yaml /etc/kingshard/
Expand Down

0 comments on commit fee71e8

Please sign in to comment.