File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ EXPOSE 8080
2626ADD --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
4040CMD ["/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
4242HEALTHCHECK --interval=1m --timeout=5s \
43- CMD ["java" , "-jar" , "/app/scripts/HealhtCheck .jar" ]
43+ CMD ["java" , "-jar" , "/app/scripts/HealthCheck .jar" ]
You can’t perform that action at this time.
0 commit comments