6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t helmmirror:latest -f Dockerfile.helm .
|
|
docker run -v "$(pwd)/data/helm":/data -ti --entrypoint /bin/sh helmmirror:latest
|
|
|