fix #46

Merged
emmatveev merged 1 commits from master into dev 2025-06-02 01:37:44 +03:00

View File

@ -1,7 +1,7 @@
FROM nginx
RUN apt-get update
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
COPY ./config /etc/nginx
COPY prepare.py prepare.py