Files
cyphernode/install/script/docker.sh
2018-12-26 14:52:52 -05:00

7 lines
115 B
Bash

build_docker_image() {
trace "building docker image: $1 with tag $2:latest"
docker build $1 -t $2:latest
}