diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..95a9c1b --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker build -t scribe:latest -f ./Dockerfile .