Merge pull request #30 from bcye/feature/docker-multi-stage-builds

Docker multi stage builds
This commit is contained in:
Bruce
2025-09-30 16:21:59 +02:00
committed by GitHub
19 changed files with 22 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ See [docs](docs) for more information on how to use this utility.
## Testing
Run `PYTHONPATH=. pytest` from inside the venv
Run `PYTHONPATH=src pytest` from inside the venv, or directly call `PYTHONPATH=src uv run -- pytest`.
## License