This commit is contained in:
Egor Matveev
2025-06-02 01:23:47 +03:00
parent 2970f41b5e
commit 3f2af3e0a4
2 changed files with 17 additions and 1 deletions

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 --yes
RUN pip3 install requests
RUN pip3 install requests minio
COPY ./config /etc/nginx
COPY run.py run.py
CMD ["python3", "run.py"]