Merge pull request 'fix' (#47) from master into dev

Reviewed-on: #47
This commit is contained in:
emmatveev 2025-06-02 01:40:22 +03:00
commit b21186d2e9

View File

@ -2,7 +2,7 @@ FROM nginx
RUN apt-get update RUN apt-get update
RUN apt-get install certbot --yes RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx python3-pip --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 ./config /etc/nginx
COPY prepare.py prepare.py COPY prepare.py prepare.py
COPY run.sh run.sh COPY run.sh run.sh