diff --git a/bin/ci.sh b/bin/ci.sh new file mode 100644 index 0000000..1f74150 --- /dev/null +++ b/bin/ci.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# Build the code, run the tests and +# create the "production" docker image - not necessarily in that order +# +# IMPORTANT: The docker image must be named :latest + +docker build -t gohaqd .