OpenAssetTools/ci/create-image.sh
2021-03-04 07:45:29 -08:00

6 lines
88 B
Bash
Executable File

#!/bin/sh
# Go to repository root
cd "$(dirname "$0")" || exit 2
docker build -t oat .