Skip to content

Commit a67dbde

Browse files
committed
🚀 fix: update healthcheck port in Dockerfile to match application port
1 parent 69bd887 commit a67dbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ USER appuser
4141
EXPOSE 8087
4242

4343
HEALTHCHECK --interval=30s --timeout=3s --start-period=60s --retries=3 \
44-
CMD wget --quiet --tries=1 --spider http://localhost:8085/actuator/health || exit 1
44+
CMD wget --quiet --tries=1 --spider http://localhost:8087/actuator/health || exit 1
4545

4646
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar app.jar"]

0 commit comments

Comments
 (0)