docs(readme): add Makefile documentation and update docker-compose commands
- Added Makefile section with verify, clean, and help targets - Updated docker-compose commands to use 'docker compose' (v2 syntax) - Added rentgen_verify service documentation - Marked Makefile as recommended for testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d85c50f49f
commit
d9eb44b6fc
13
README.md
13
README.md
@ -81,8 +81,17 @@ docker run --rm -it rentgen-run
|
||||
### Using docker-compose
|
||||
|
||||
```bash
|
||||
docker-compose up rentgen_check # Build only
|
||||
docker-compose up rentgen_run # Run in Firefox
|
||||
docker compose up rentgen_check # Build only
|
||||
docker compose up rentgen_run # Run in Firefox
|
||||
docker compose up rentgen_verify # Build and verify with tests
|
||||
```
|
||||
|
||||
### Using Makefile (recommended for testing)
|
||||
|
||||
```bash
|
||||
make verify # Build, test, and verify extension (exits with error if verification fails)
|
||||
make clean # Clean up Docker resources
|
||||
make help # Show available targets
|
||||
```
|
||||
|
||||
## Issue tracker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user