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