Update ignore rules and sync .dockerignore with .gitignore during build

This commit is contained in:
Eduardo Silva
2025-12-28 10:27:10 -03:00
parent 7c5cbe51be
commit 9e8bc539fe
2 changed files with 39 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ IMAGES=(
build_images() {
echo "=========================================================================================="
echo "========== Starting the build of the images..."
cat .gitignore > .dockerignore
docker compose -f docker-compose-build.yml build
if [ $? -eq 0 ]; then
echo "Build completed successfully."