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

FROM grafana/mimirtool:3.0.3

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
