step1 automation

This commit is contained in:
andreika-git 2022-05-21 19:06:09 +03:00
parent 016c2a29a0
commit 42a4335986
1 changed files with 10 additions and 0 deletions

View File

@ -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 .