Skip to content

Commit

Permalink
Rebuild a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Mar 4, 2025
1 parent bf8eb26 commit 4e158c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/alerts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ RUN mkdir -p /opt/atlas/i18n \
&& ln -s /config/config/alerts/i18n/override /var/opt/atlas/i18n/alerts

HEALTHCHECK CMD curl --fail --silent http://localhost:8080/alerts/actuator/health || exit 1

2 changes: 1 addition & 1 deletion docker/apikey/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RUN mkdir -p /opt/atlas/i18n \
&& mkdir -p /var/opt/atlas/i18n \
&& ln -s /config/config/apikey/i18n/override /var/opt/atlas/i18n/apikey

HEALTHCHECK CMD curl --fail --silent http://localhost:8080/apikey/actuator/health || exit 1
HEALTHCHECK CMD curl --fail --silent http://localhost:8080/apikey/actuator/health || exit 1

0 comments on commit 4e158c1

Please sign in to comment.