mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 17:15:08 +01:00
7 lines
118 B
Bash
7 lines
118 B
Bash
build_docker_image() {
|
|
|
|
trace "building docker image: $2:latest"
|
|
docker build -q $1 -t $2:latest > /dev/null
|
|
|
|
}
|