master #69

Merged
emmatveev merged 30 commits from master into prod 2025-06-04 02:47:20 +03:00
Showing only changes of commit d5cc340e32 - Show all commits

View File

@ -1,4 +1,7 @@
FROM nginx FROM nginx
RUN apt-get update
RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx --yes
COPY ./config /etc/nginx COPY ./config /etc/nginx
COPY ./privkey.pem /etc/nginx/privkey.pem COPY ./privkey.pem /etc/nginx/privkey.pem
COPY ./fullchain.pem /etc/nginx/fullchain.pem COPY ./fullchain.pem /etc/nginx/fullchain.pem