Files
docker-files/nginx/Dockerfile
2026-03-10 11:08:14 +08:00

6 lines
157 B
Docker

FROM nginx:latest
RUN apt-get update \
&& apt-get install -y --no-install-recommends certbot python3-certbot-nginx \
&& rm -rf /var/lib/apt/lists/*