We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2980b21 + 5dd489e commit 08ce576Copy full SHA for 08ce576
Dockerfile
@@ -11,6 +11,8 @@ RUN apt-get update \
11
COPY docker/* /app/
12
COPY build/libs/*.jar /app/
13
COPY lib/applicationinsights.json /app/
14
+# Temp fix we need to work out the actual app user
15
+RUN chmod 777 /opt/java/openjdk/lib/security/cacerts
16
17
# ---- Runtime ----
18
EXPOSE 4550
0 commit comments