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