Skip to content

Commit

Permalink
add logrotate
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard authored Dec 1, 2023
1 parent 5a5f9a1 commit da8c7bb
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 @@ -5,7 +5,7 @@ EXPOSE 443

# install modules
RUN apt-get update
RUN apt-get install certbot python3-certbot-nginx cron npm nodejs net-tools -y
RUN apt-get install certbot python3-certbot-nginx cron npm nodejs net-tools logrotate -y
RUN apt-get upgrade -y

# system configuration
Expand All @@ -27,4 +27,4 @@ WORKDIR /admin

RUN npm install

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit da8c7bb

Please sign in to comment.