From 4848b0d0272ab1dfe089e8c52a130b0fd0ad6195 Mon Sep 17 00:00:00 2001 From: Shardul Patel Date: Fri, 19 Mar 2021 06:27:11 +0530 Subject: [PATCH] Added bin.sh --- bin/ci.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/ci.sh 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 .