summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakub Lidke2023-08-30 11:50:24 +0200
committerJakub Lidke2023-08-30 11:50:24 +0200
commite24be0d32592623ae2fc0e3d7f3618437036d72a (patch)
tree9bc8d6fdbd14ba6d300d608ac8063c4e47ecb471 /README.md
parent635985bfd1cab27cc21710815fa237e04954dea2 (diff)
chore: cleanup deployment docker-compose.yaml and env-sample.env. added 'DNPM' prefix for better integration into productive environment.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8290dd1..908b1de 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ als Patienten-Pseudonym verwendet.
Wurde die Verwendung von gPAS konfiguriert, so sind weitere Angaben zu konfigurieren.
* `APP_PSEUDONYMIZE_GPAS_URI`: URI der gPAS-Instanz inklusive Endpoint (
- z.B. `http://localhost:8080/ttp-fhir/fhir/gpas/$pseudonymizeAllowCreate`)
+ z.B. `http://localhost:8080/ttp-fhir/fhir/gpas/$$pseudonymizeAllowCreate`)
* `APP_PSEUDONYMIZE_GPAS_TARGET`: gPas Domänenname
* `APP_PSEUDONYMIZE_GPAS_USERNAME`: gPas Basic-Auth Benutzername
* `APP_PSEUDONYMIZE_GPAS_PASSWORD`: gPas Basic-Auth Passwort
@@ -124,7 +124,7 @@ Diese Anwendung ist auch als Docker-Image verfügbar: https://github.com/CCC-MF/
### Images lokal bauen
```bash
-docker build . -t "imageName"
+./gradlew bootBuildImage
```
## Deployment