Skip to content

Commit 6eeb356

Browse files
author
f@bi.an
committed
Entferne die separate Installation von Nginx und integriere das Brotli-Modul direkt in die Nginx-Installation im Dockerfile. Optimiere die Struktur für die Zertifikatverwaltung.
1 parent 9bcb9d3 commit 6eeb356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/site/.cache \
3131
PYTHONWARNINGS=ignore mkdocs build --quiet
3232

3333
FROM nginx:alpine
34-
RUN apk add --no-cache nginx nginx-mod-http-brotli certbot certbot-nginx openssl
34+
RUN apk add --no-cache nginx-mod-http-brotli certbot certbot-nginx openssl
3535

3636
# Create directories for Let's Encrypt
3737
RUN mkdir -p /etc/letsencrypt /var/lib/letsencrypt /var/www/certbot

0 commit comments

Comments
 (0)