Skip to content

Commit

Permalink
build(image): trailing character prevent SCIM image rebuild (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli authored Nov 2, 2022
1 parent db4670d commit 42ec86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-jans-scim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ RUN chmod -R g=u ${JETTY_BASE}/jans-scim/resources \
&& chmod 664 /opt/jetty/etc/webdefault.xml \
&& chown -R 1000:0 ${JETTY_BASE}/common/libs \
&& chown -R 1000:0 /usr/share/java \
&& chmod -R g=u /app/templates/jans-scim \
&& chmod -R g=u /app/templates/jans-scim

USER 1000

Expand Down

0 comments on commit 42ec86d

Please sign in to comment.