Skip to content

Commit 7673176

Browse files
Update Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 10881c1 commit 7673176

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
@@ -32,6 +32,6 @@ USER appuser
3232
EXPOSE 8080
3333

3434
HEALTHCHECK --interval=30s --timeout=5s --start-period=30s --retries=3 \
35-
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/actuator/health || exit 1
35+
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/health/ready || exit 1
3636

3737
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)