fix #48

Merged
emmatveev merged 1 commits from master into dev 2025-06-02 01:44:12 +03:00
Showing only changes of commit 168b5fcbe5 - Show all commits

View File

@ -6,4 +6,5 @@ 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
CMD ["run.sh"] ENTRYPOINT [""]
CMD ["/docker-entrypoint.sh", "run.sh"]