4 lines
75 B
Bash
4 lines
75 B
Bash
|
export DOCKER_BUILDKIT=1
|
||
|
docker build --network host -t rocky/observium .
|
||
|
|