collection.dockerfile/alpine/nginx/build.sh

3 lines
71 B
Bash
Raw Normal View History

export DOCKER_BUILDKIT=1
docker build --network host -t alpine/nginx .