Skip to content

Commit

Permalink
fix: add custom permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu authored Mar 14, 2023
1 parent a50d2af commit 34336ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-jans-auth-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ RUN chmod -R g=u ${JETTY_BASE}/jans-auth/custom \
&& chmod 664 /opt/jetty/etc/jetty.xml \
&& chmod 664 /opt/jetty/etc/webdefault.xml \
&& chown -R 1000:0 ${JETTY_BASE}/jans-auth/agama \
&& chown -R 1000:0 ${JETTY_BASE}/jans-auth/custom \
&& chown -R 1000:0 /opt/jans/python/libs \
&& chown -R 1000:0 ${JETTY_BASE}/common/libs \
&& chown -R 1000:0 /usr/share/java \
Expand Down

0 comments on commit 34336ac

Please sign in to comment.