diff --git a/build-service b/build-service new file mode 100755 index 0000000..e41115b --- /dev/null +++ b/build-service @@ -0,0 +1,3 @@ +#!/bin/bash + +docker build -t "asdc-trade/batchee:${VERSION-latest}" .