Compare commits

..

No commits in common. "838e83cfc2558be4c884361969b7f81a50c45957" and "0f18439790bfc4822a7253e41824f5a1ea4569b9" have entirely different histories.

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