Update build.sh

This commit is contained in:
Manevolent 2023-04-24 16:20:43 -06:00 committed by GitHub
parent 0859404dac
commit e80327aff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,12 +146,15 @@ do
done
# Process templates
echo "Processing configuration templates..."
process_templates "$config_out/" "$sigil_vars"
echo "Setting any processed shell scripts as executable..."
chmod -v +x $config_out/**/*.sh
cp -rv $dir/docker/* docker/
cp -v ./../docker-compose.yml.tmpl .
cp -v ../Dockerfile.* .
echo "Processing Docker templates..."
process_templates "." "$sigil_vars"
echo $sigil_vars | tr ' ' '\n' > .env