From edc1f81c1168448f41e1ac3845b4ea2c39e6fc89 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Thu, 2 Apr 2020 14:52:37 +1100 Subject: [PATCH] Added build script --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..649a64b --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker build --tag printy-boi . \ No newline at end of file