fixing some problems and getting it ready

This commit is contained in:
2026-05-04 17:43:17 +02:00
parent ecbf909801
commit 4c4c11f574
5 changed files with 47 additions and 13 deletions

View File

@@ -96,7 +96,9 @@ $DOCKER_COMPOSE down
$DOCKER_COMPOSE up -d
# Cleanup
echo "Cleaning up old docker resources..."
docker system prune -af
# if you want to clear up all the old images uncomment
# otherwise to prevent clutter clean it from time to time
#echo "Cleaning up old docker resources..."
#docker system prune -af
echo "Successfully updated ${TARGET} with tag ${TAG}"