We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62af74a commit 7fd396bCopy full SHA for 7fd396b
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-map-matching
33
ADD --chmod=444 https://github.com/microsoft/ApplicationInsights-Java/releases/download/${APPINSIGHTS_VERSION}/applicationinsights-agent-${APPINSIGHTS_VERSION}.jar /usr/src/jore4-map-matching/applicationinsights-agent.jar
34
COPY --chmod=444 ./applicationinsights.json /usr/src/jore4-map-matching/applicationinsights.json
35
0 commit comments