Релиз
Some checks failed
Production Build / publish (push) Failing after 10s

This commit is contained in:
2026-04-09 12:18:10 +03:00
commit bfa62ca2c6
6 changed files with 79 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM fholzer/nginx-brotli:latest
RUN rm -rf /usr/share/nginx/html/*
COPY ./lists /usr/share/nginx/html/lists
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD ["-g", "daemon off;"]