Compare commits

..

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

View File

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