Compare commits

..

No commits in common. "47fc79299e466ecc67b250d464c67093181c2264" and "a8018d7e37d64a9744c6d170aa829f2fe576fab6" have entirely different histories.

View File

@ -4,8 +4,6 @@ RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx python3-pip --yes
RUN pip3 install --break-system-packages requests minio
COPY ./config /etc/nginx
COPY ./fullchain.pem /etc/nginx/fullchain.pem
COPY ./privkey.pem /etc/nginx/privkey.pem
COPY prepare.py prepare.py
COPY run.sh run.sh
ENV PYTHONUNBUFFERED=1