switch to port 5000

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-15 10:20:56 +02:00
parent 2564a3827f
commit 180a7ca58e

View File

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