tini/dtest.sh

10 lines
113 B
Bash
Executable File

#!/bin/bash
set -o errexit
set -o nounset
IMG="tini"
docker build -t "${IMG}" .
python test/test.py "${IMG}"