1#!/bin/bash 2set -e 3docker build -t ndkports . 4# Default command for the docker image handles the NDK location, --stacktrace, 5# task list, etc. 6docker run --rm -v $(pwd):/src ndkports 7