Skip to content

Commit 08ce576

Browse files
authored
Merge pull request #133 from hmcts/fix/fix-cert-perms
fix: fix certs truststore permission to allow import
2 parents 2980b21 + 5dd489e commit 08ce576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN apt-get update \
1111
COPY docker/* /app/
1212
COPY build/libs/*.jar /app/
1313
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
1416

1517
# ---- Runtime ----
1618
EXPOSE 4550

0 commit comments

Comments
 (0)