# SPDX-License-Identifier: AGPL-3.0-only

FROM grafana/mimirtool:2.14.2

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
