WIP: Dodaj wsparcie dla Dockera #128

Draft
d33tah wants to merge 46 commits from d33tah/rentgen:develop into develop
Showing only changes of commit 28e6e32e25 - Show all commits

View File

@ -86,12 +86,11 @@ docker compose up rentgen_run # Run in Firefox
docker compose up rentgen_verify # Build and verify with tests docker compose up rentgen_verify # Build and verify with tests
``` ```
### Using Makefile (recommended for testing) ### Using npm scripts (recommended for testing)
```bash ```bash
make verify # Build, test, and verify extension (exits with error if verification fails) npm run docker:verify # Build, test, and verify extension (exits with error if verification fails)
make clean # Clean up Docker resources npm run docker:clean # Clean up Docker resources
make help # Show available targets
``` ```
## Issue tracker ## Issue tracker