master #69

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

View File

@ -1,7 +1,7 @@
FROM nginx FROM nginx
RUN apt-get update RUN apt-get update
RUN apt-get install certbot --yes RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx --yes RUN apt-get install python3-certbot-nginx python3-pip --yes
RUN pip3 install requests minio RUN pip3 install requests minio
COPY ./config /etc/nginx COPY ./config /etc/nginx
COPY prepare.py prepare.py COPY prepare.py prepare.py