fixing Web-App Dockerfile

This commit is contained in:
2025-09-29 22:55:57 +02:00
parent c787994bc0
commit 41bc894a19
3 changed files with 7 additions and 14 deletions
+2 -1
View File
@@ -161,7 +161,8 @@ docker-compose logs [service-name]
Die Client-Anwendungen sind als ein gemeinsames Kotlin Multiplatform (KMP) Modul `:client` organisiert und liefern:
- Desktop (JVM) über Compose Desktop
- Web (WASM im Browser) über Compose HTML/WASM
- Web (Kotlin/JS im Browser) über Compose Multiplatform
- Optional: WASM mit Flag -PenableWasm=true
```bash
# Desktop (JVM) starten