summaryrefslogtreecommitdiff
path: root/bin/build
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build')
-rwxr-xr-xbin/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/build b/bin/build
new file mode 100755
index 0000000..a811bfb
--- /dev/null
+++ b/bin/build
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+docker build --no-cache -t mtg-print print
+docker build --no-cache -t mtg-print-web web