omissis/go-jsonschema

View on GitHub
scripts/docker-build.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e
set -o errexit -o nounset

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