zzmq/build_all_examples_docker.sh

8 lines
116 B
Bash
Raw Normal View History

#!/bin/sh
set -e
IMAGE=zzmq_examples_347563478
DOCKER_BUILDKIT=1 docker build . -t $IMAGE -f examples.Dockerfile