From 42a433598618cdfea180b62be40459f699cb442e Mon Sep 17 00:00:00 2001 From: andreika-git Date: Sat, 21 May 2022 19:06:09 +0300 Subject: [PATCH] step1 automation --- bin/step1_build_hellen-one_docker.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bin/step1_build_hellen-one_docker.sh diff --git a/bin/step1_build_hellen-one_docker.sh b/bin/step1_build_hellen-one_docker.sh new file mode 100644 index 0000000..83c78e9 --- /dev/null +++ b/bin/step1_build_hellen-one_docker.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ ! -f hellen-one/git_scripts ]; then + echo "No submodules?" + git submodule update --init --recursive +fi + +cd hellen-one + +docker build -t hellen-one .