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

FROM grafana/mimirtool:2.3.1

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
