omissis/go-jsonschema

View on GitHub
scripts/docker-tools.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e
set -o errexit -o nounset

docker build --tag omissis/go-jsonschema:tools-latest --file Dockerfile --target tools .