Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 19, 2024
1 parent 7f3bfb7 commit 22b5100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/enterprise/common/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG LIVEINDEXING
ENV PORT=8080
EXPOSE 8080

ADD search/enterprise/common/*${LIVEINDEXING}-app.jar /opt/app.jar
ADD search/enterprise/common/*${LIVEINDEXING}*-app.jar /opt/app.jar

HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=1m \
CMD curl -f http://localhost:8080/actuator/health || exit 1
Expand Down

0 comments on commit 22b5100

Please sign in to comment.