Compare commits

..

No commits in common. "62606adab9dc4a4f955b9e583a3a6c1608a100cf" and "b21186d2e925a135cc5b1a9d48e7bdd04da78063" have entirely different histories.

View File

@ -6,5 +6,4 @@ RUN pip3 install --break-system-packages requests minio
COPY ./config /etc/nginx
COPY prepare.py prepare.py
COPY run.sh run.sh
ENTRYPOINT [""]
CMD ["/docker-entrypoint.sh", "run.sh"]
CMD ["run.sh"]