From 8d9a568ca7822dfcfda86c96cf5a1a50c0188b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 14:31:30 +0200 Subject: [PATCH 1/6] fix(frontend): testcommit --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index decb4dd..d3ac532 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -28,4 +28,4 @@ foreach ($f in $Files) { "`n" | Out-File -Append $OutFile -Encoding UTF8 } -Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file -- 2.45.2 From 52dee7913633867ff425a47f99dff363d881c991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 14:38:22 +0200 Subject: [PATCH 2/6] fix(frontend): testcommit --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index d3ac532..0327146 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -28,4 +28,4 @@ foreach ($f in $Files) { "`n" | Out-File -Append $OutFile -Encoding UTF8 } -Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert..." \ No newline at end of file -- 2.45.2 From 118ed6297090d854c4d49c6bd388277aecad3e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 14:41:09 +0200 Subject: [PATCH 3/6] fix(frontend): testcommit --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index 0327146..d3ac532 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -28,4 +28,4 @@ foreach ($f in $Files) { "`n" | Out-File -Append $OutFile -Encoding UTF8 } -Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert..." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file -- 2.45.2 From 988a317e550d7a126f85bb2cb9ae5f6a7ec282b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 15:57:11 +0200 Subject: [PATCH 4/6] fix(frontend): testcommit --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index d3ac532..decb4dd 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -28,4 +28,4 @@ foreach ($f in $Files) { "`n" | Out-File -Append $OutFile -Encoding UTF8 } -Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert." \ No newline at end of file -- 2.45.2 From 9304a5b6de68ff3966ffebc5e6c8cd6e338548e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 16:05:29 +0200 Subject: [PATCH 5/6] fix(frontend): testcommit --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 820150a..4baed47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,12 +65,8 @@ USER eeg EXPOSE 8080 -HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 \ - CMD curl -f http://localhost:8080/actuator/health || exit 1 - ENTRYPOINT ["java", \ "-XX:+UseContainerSupport", \ "-XX:MaxRAMPercentage=75.0", \ "-Djava.security.egd=file:/dev/./urandom", \ - "-jar", "app.jar", \ - "--spring.profiles.active=prod"] + "-jar", "app.jar"] -- 2.45.2 From f4b203cec55eda64b5ada5d21bd8817699d932d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 16:43:18 +0200 Subject: [PATCH 6/6] fix(frontend): testcommit --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index decb4dd..d3ac532 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -28,4 +28,4 @@ foreach ($f in $Files) { "`n" | Out-File -Append $OutFile -Encoding UTF8 } -Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file -- 2.45.2