4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/bash
|
||
|
export DOCKER_BUILDKIT=1
|
||
|
docker buildx build --network host -t alpine/terraform13 .
|