Compare commits

...

2 Commits

Author SHA1 Message Date
69d4bde07e Merge pull request 'fix' (#46) from master into dev
Reviewed-on: #46
2025-06-02 01:37:43 +03:00
Egor Matveev
1633a2f8d7 fix
Some checks failed
Deploy Dev / Build (pull_request) Failing after 59s
Deploy Dev / Push (pull_request) Has been skipped
Deploy Dev / prepare (pull_request) Has been skipped
Deploy Dev / Deploy dev (pull_request) Has been skipped
2025-06-02 01:37:25 +03:00

View File

@ -1,7 +1,7 @@
FROM nginx
RUN apt-get update
RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx --yes
RUN apt-get install python3-certbot-nginx python3-pip --yes
RUN pip3 install requests minio
COPY ./config /etc/nginx
COPY prepare.py prepare.py