Skip to content

Commit

Permalink
fix permission warning
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-brown committed Apr 19, 2019
1 parent a5fa978 commit 22fcd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions comanage-registry-shibboleth-sp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ RUN mkdir -p "$COMANAGE_REGISTRY_DIR" \

COPY shibboleth2.xml.template /etc/shibboleth/shibboleth2.xml.template
COPY inc-md-cert.pem /etc/shibboleth/inc-md-cert.pem
RUN chown _shibd:_shibd /etc/shibboleth/inc-md-cert.pem /etc/shibboleth/shibboleth2.xml.template

COPY supervisord.conf /usr/local/etc/supervisord.conf

COPY docker-comanage-entrypoint /usr/local/bin/
Expand Down

0 comments on commit 22fcd60

Please sign in to comment.