fix(frontend): testcommit

This commit is contained in:
Bernhard Müller 2026-07-27 16:05:29 +02:00
parent 988a317e55
commit 9304a5b6de

View File

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