build.sh (142B)
1 #!/bin/bash 2 3 # Build the image and tag it 4 5 mydir="$(dirname -- "$0")" 6 cd $mydir 7 8 exec docker build -f base/Dockerfile -t sandcastle-checker .
taler-deploymentDeployment scripts and configuration files | |
| Log | Files | Refs | README |