switch to port 5000

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-15 10:15:25 +02:00
parent e9a19f5c73
commit c8bc8d8925

View File

@@ -25,6 +25,6 @@ USER app
COPY --chown=app --from=build /usr/src/app/build/libs/*-SNAPSHOT.jar /usr/app/edge.jar
HEALTHCHECK CMD curl --fail http://localhost:8080/actuator/health/liveness || exit 1
HEALTHCHECK CMD curl --fail http://localhost:5000/actuator/health/liveness || exit 1
CMD ["java", "-jar", "/usr/app/edge.jar"]