alphax-4chan/step1_build_hellen-one_dock...

11 lines
172 B
Bash
Raw Normal View History

2022-05-18 16:58:12 -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 .