From da8c7bbd31d3823865a662e51db9b876ed3592d8 Mon Sep 17 00:00:00 2001 From: Sung-ho Kim <42758339+lancard@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:46:49 +0900 Subject: [PATCH] add logrotate --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5982e9..3c7d59f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -27,4 +27,4 @@ WORKDIR /admin RUN npm install -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]