fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 22s
Deploy Dev / Push (pull_request) Successful in 44s
Deploy Dev / prepare (pull_request) Successful in 3s
Deploy Dev / Deploy dev (pull_request) Successful in 19s

This commit is contained in:
Egor Matveev 2025-06-02 01:40:03 +03:00
parent 1633a2f8d7
commit 6a470e13d7

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 requests minio
RUN pip3 install --break-system-packages requests minio
COPY ./config /etc/nginx
COPY prepare.py prepare.py
COPY run.sh run.sh