Skip to content

Commit 68578dc

Browse files
committed
Update HEALTHCHECK client to use correct name
1 parent 4da414c commit 68578dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EXPOSE 8080
2626
ADD --chmod=555 https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/docker/read-secrets.sh /app/scripts/read-secrets.sh
2727

2828
# Downaload a Java applet to perform HEALTHCHECK with
29-
ADD --chmod=444 https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/docker/HealhtCheck.jar /app/scripts/HealhtCheck.jar
29+
ADD --chmod=444 https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/docker/HealthCheck.jar /app/scripts/HealthCheck.jar
3030

3131
# Connection string is provided as env in Kubernetes by secrets manager
3232
# it should not be provided for other environments (local etc)
@@ -40,4 +40,4 @@ COPY --from=builder /build/target/*.jar /usr/src/jore4-auth/auth-backend.jar
4040
CMD ["/bin/bash", "-c", "source /app/scripts/read-secrets.sh && java -javaagent:/usr/src/jore4-auth/applicationinsights-agent.jar -jar /usr/src/jore4-auth/auth-backend.jar"]
4141

4242
HEALTHCHECK --interval=1m --timeout=5s \
43-
CMD ["java", "-jar", "/app/scripts/HealhtCheck.jar"]
43+
CMD ["java", "-jar", "/app/scripts/HealthCheck.jar"]

0 commit comments

Comments
 (0)