summaryrefslogtreecommitdiff
path: root/docker-build
diff options
context:
space:
mode:
Diffstat (limited to 'docker-build')
-rwxr-xr-xdocker-build4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-build b/docker-build
index 7ff5226..3951c00 100755
--- a/docker-build
+++ b/docker-build
@@ -1,5 +1,9 @@
#!/bin/bash
+cd "$(dirname "$(readlink -f "$0")")"
+
+docker build --tag treble docker/
+
output="$1"
shift