Compare commits

..

2 Commits

Author SHA1 Message Date
47fc79299e Merge pull request 'fix' (#63) from master into dev
Reviewed-on: #63
2025-06-02 03:19:27 +03:00
Egor Matveev
d16e897dd9 fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 12s
Deploy Dev / Push (pull_request) Successful in 13s
Deploy Dev / prepare (pull_request) Successful in 4s
Deploy Dev / Deploy dev (pull_request) Successful in 17s
2025-06-02 03:19:08 +03:00

View File

@ -4,6 +4,8 @@ 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