hellen-one/bin/step1_build_hellen-one_dock...

11 lines
172 B
Bash
Raw Normal View History

2022-05-21 09:06:09 -07:00
#!/bin/bash
2023-03-16 05:25:44 -07:00
if [ ! -e hellen-one/git_scripts ]; then
2022-05-21 09:06:09 -07:00
echo "No submodules?"
git submodule update --init --recursive
fi
cd hellen-one
docker build -t hellen-one .