Skip to content

Commit af54ffe

Browse files
committed
Fix Dockerfile
1 parent e91cfaa commit af54ffe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ADD --chmod=444 https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/doc
2929

3030
# Connection string is provided as env in Kubernetes by secrets manager
3131
# it should not be provided for other environments (local etc)
32+
RUN mkdir -p /usr/src/jore4-timetables
3233
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
3334
COPY --chmod=444 ./applicationinsights.json /usr/src/jore4-timetables/applicationinsights.json
3435

0 commit comments

Comments
 (0)