summaryrefslogtreecommitdiffstats
path: root/docker/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/build.sh')
-rwxr-xr-xdocker/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/build.sh b/docker/build.sh
new file mode 100755
index 00000000..eda5b662
--- /dev/null
+++ b/docker/build.sh
@@ -0,0 +1,3 @@
1#!/bin/bash
2# Builds the development docker container
3docker build -t kubedev .