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 e5bab10 commit 187e9c1Copy full SHA for 187e9c1
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-r /etc
+ chmod g-rx /etc
75
76
EXPOSE 8080
77
0 commit comments