3 lines
72 B
Bash
3 lines
72 B
Bash
|
export DOCKER_BUILDKIT=1
|
||
|
docker build --network host -t alpine/valkey .
|