summaryrefslogtreecommitdiff
path: root/docker/compile-and-check/build.sh
blob: c5164edbd9584defbf6ab0d2a0969bef241540a6 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Build the image and tag it

mydir="$(dirname -- "$0")"
cd $mydir

exec docker build -f base/Dockerfile -t sandcastle-checker .