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"] 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