mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
updated readme
This commit is contained in:
11
README.md
11
README.md
@ -60,10 +60,15 @@ CRAB focuses on **Java** projects, rigorously curating pull-request “triplets
|
||||
|
||||
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)
|
||||
- `crab-gradle` (for Gradle projects)
|
||||
```bash
|
||||
# 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
|
||||
|
||||
|
Reference in New Issue
Block a user