update helper

This commit is contained in:
Andras Bacsai 2023-09-04 16:51:36 +02:00
parent a5c45ffe90
commit 35f19ed53f

View File

@ -38,5 +38,5 @@ COPY --from=minio/mc /usr/bin/mc /usr/bin/mc
RUN chmod +x /usr/bin/mc
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["sh", "-c", "while true; do sleep 1; done"]
CMD ["tail", "-f", "/dev/null"]