Skip to content

Commit

Permalink
fix Dockerfile to (#3200)
Browse files Browse the repository at this point in the history
Co-authored-by: CoderZhi <thecoderzhi@gmail.com>
  • Loading branch information
jrynkiew and CoderZhi committed Mar 16, 2022
1 parent 8733fd8 commit 4c8543c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ RUN apk add logrotate
COPY logrotate.conf /etc/logrotate.d/iotex
RUN mkdir -p /var/lib/
RUN touch /var/lib/logrotate.status
RUN chmod -R u=rwX,go=rX /etc
RUN logrotate /etc/logrotate.d/iotex

0 comments on commit 4c8543c

Please sign in to comment.