mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-21 14:44:46 +01:00
7 lines
115 B
Bash
7 lines
115 B
Bash
build_docker_image() {
|
|
|
|
trace "building docker image: $1 with tag $2:latest"
|
|
docker build $1 -t $2:latest
|
|
|
|
}
|