Compare commits

..

No commits in common. "b21186d2e925a135cc5b1a9d48e7bdd04da78063" and "69d4bde07e4d080b9e0363d4068633ccc2b84382" have entirely different histories.

View File

@ -2,7 +2,7 @@ FROM nginx
RUN apt-get update
RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx python3-pip --yes
RUN pip3 install --break-system-packages requests minio
RUN pip3 install requests minio
COPY ./config /etc/nginx
COPY prepare.py prepare.py
COPY run.sh run.sh