Skip to content

Commit

Permalink
fix(image): missing write access to modify jans-fido2.xml file
Browse files Browse the repository at this point in the history
Ref: #2843
  • Loading branch information
iromli committed Nov 2, 2022
1 parent 2aac2ca commit a05e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-jans-fido2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ RUN mkdir -p /etc/certs \
${JETTY_BASE}/common/libs/couchbase \
/usr/share/java

COPY jetty/jans-fido2.xml ${JETTY_BASE}/jans-fido2/webapps/
COPY --chown=1000:0 jetty/jans-fido2.xml ${JETTY_BASE}/jans-fido2/webapps/
COPY jetty/log4j2.xml ${JETTY_BASE}/jans-fido2/resources/
COPY conf/*.tmpl /app/templates/

Expand Down

0 comments on commit a05e19b

Please sign in to comment.