update readme and add dockerfiles

This commit is contained in:
Tobias Nauen
2026-01-14 08:59:32 +01:00
parent 97b5eb30db
commit b93bf4493d
4 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
FROM nginx:latest
RUN apt-get update
RUN apt-get install -y \
git \
brotli
RUN rm -rf /var/lib/apt/lists/*