fix
Some checks failed
Deploy Dev / Build (pull_request) Failing after 9s
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

This commit is contained in:
Egor Matveev
2025-06-02 01:35:47 +03:00
parent 3f2af3e0a4
commit a4b4bfbaeb
5 changed files with 11 additions and 6 deletions

View File

@@ -4,5 +4,6 @@ RUN apt-get install certbot --yes
RUN apt-get install python3-certbot-nginx --yes
RUN pip3 install requests minio
COPY ./config /etc/nginx
COPY run.py run.py
CMD ["python3", "run.py"]
COPY prepare.py prepare.py
COPY run.sh run.sh
CMD ["run.sh"]