We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7a383 commit decd339Copy full SHA for decd339
installer/Dockerfile
@@ -71,7 +71,7 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
71
chown -R sandbox:root /opt/maxkb/app/sandbox && \
72
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/15/bin/* && \
73
chmod g+x /usr/local/bin/python* && \
74
- chmod g-rx /etc
+ find /etc/ -type f ! -path '/etc/resolv.conf' ! -path '/etc/hosts' | xargs chmod g-rx
75
76
EXPOSE 8080
77
0 commit comments