aboutsummaryrefslogtreecommitdiff
path: root/knot/ssp/build
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-08-11 13:19:12 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-08-11 13:22:24 +0200
commit801177d16ccc9eeb14d9ccc3278420b90e207639 (patch)
treebfba0345572ee638004a0f6f7b17cf97456821b1 /knot/ssp/build
downloadinfra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.gz
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.bz2
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.xz
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.zip
o Initial import of configuration for knot.
Diffstat (limited to 'knot/ssp/build')
-rwxr-xr-xknot/ssp/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/knot/ssp/build b/knot/ssp/build
new file mode 100755
index 0000000..2c2e62d
--- /dev/null
+++ b/knot/ssp/build
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -x
+set -e
+name=trygvis-ssp
+basedir=$(dirname $0)
+cd $basedir
+exec sudo docker build -t "$name" .