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
if [ ! -f hellen-one/git_scripts ]; then
echo "No submodules?"
git submodule update --init --recursive
fi
cd hellen-one
docker build -t hellen-one .