We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d42934 commit 3f72e5bCopy full SHA for 3f72e5b
1 file changed
Dockerfile
@@ -30,6 +30,7 @@ ADD --chmod=444 https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/doc
30
31
# Connection string is provided as env in Kubernetes by secrets manager
32
# it should not be provided for other environments (local etc)
33
+RUN mkdir -p /usr/src/jore4-auth
34
ADD --chmod=444 https://github.com/microsoft/ApplicationInsights-Java/releases/download/${APPINSIGHTS_VERSION}/applicationinsights-agent-${APPINSIGHTS_VERSION}.jar /usr/src/jore4-auth/applicationinsights-agent.jar
35
COPY --chmod=444 ./applicationinsights.json /usr/src/jore4-auth/applicationinsights.json
36
0 commit comments