updated readme

This commit is contained in:
Karma Riuk
2025-06-12 17:09:41 +02:00
parent 72fadaabe8
commit 5819458c17

View File

@ -60,10 +60,15 @@ CRAB focuses on **Java** projects, rigorously curating pull-request “triplets
1. **Docker images** 1. **Docker images**
- Build or pull the two images used by the handlers: The repository includes two Dockerfiles (`maven.Dockerfile` and `gradle.Dockerfile`) at its root. Build the images locally from this directory:
- `crab-maven` (for Maven projects) ```bash
- `crab-gradle` (for Gradle projects) # Build the Maven handler image
docker build -f maven.Dockerfile -t crab-maven .
# Build the Gradle handler image
docker build -f gradle.Dockerfile -t crab-gradle .
```
## Usage ## Usage