Added Develop Section in README.md

This commit is contained in:
DerDavidBohl
2025-01-10 10:50:33 +01:00
parent 32c25fe909
commit 6945c25b6a

View File

@@ -51,3 +51,11 @@ docker run -d \
| /app/deployments | Deployments directory for Dirigent |
| /var/run/docker.sock | Docker socket for Dirigent |
## Develop
### Setup for local Tests
1. copy `src/test/resources/application-local.properties.template` to `src/test/resources/application-local.properties`
2. fill in your test repository url and auth token
3. Done ;)