#!/bin/bash docker build -t helmmirror:latest -f Dockerfile.helm . docker run -v "$(pwd)/data/helm":/data -ti --entrypoint /bin/sh helmmirror:latest