Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ docker-compose run --rm jpf-dev
```bash
./gradlew clean build
```

### Troubleshooting

- Ensure Docker and Docker Compose are installed and available in your PATH.
- If the build fails, try running docker-compose build --no-cache.
- Make sure the Docker daemon is running before executing the commands.