Skip to content

Commit

Permalink
Updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Nov 30, 2023
1 parent af95f4f commit 21b299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM redis:6.2.14-alpine3.18
ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt

# Setup Certificates for ADP/Motiv
COPY certificates/adp_rootca.crt /usr/local/share/ca-certificates/adp_rootca.crt
COPY ../app/certificates/adp_rootca.crt /usr/local/share/ca-certificates/adp_rootca.crt
RUN chmod 644 /usr/local/share/ca-certificates/adp_rootca.crt \
&& update-ca-certificates --fresh

Expand Down

0 comments on commit 21b299b

Please sign in to comment.