Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use xargs over find -exec to ensure exit code is returned properly
Previously when running this command via docker compose run, the exit code was always 0. This is because find always returns a 0 exit code unless an error occurred while traversing the directories
- Loading branch information