yq/scripts/test-docker.sh

6 lines
98 B
Bash
Raw Normal View History

2021-12-02 09:06:14 +00:00
#! /bin/bash
set -e
docker build . -t temp
docker run --rm -it --entrypoint sh temp -c 'touch a'