There was an error while loading. Please reload this page.
2 parents 75aa839 + b824bee commit 65048ccCopy full SHA for 65048cc
1 file changed
Dockerfile.dist
@@ -31,8 +31,8 @@ COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json
31
# necessary files exist and node has sufficient access rights
32
RUN mkdir -p /app/dist/browser/assets \
33
&& touch /app/dist/browser/assets/config.json \
34
- && find /app/dist/browser/assets -type d -exec chmod 755 {} \; \
35
- && find /app/dist/browser/assets -type f -exec chmod 644 {} \;
+ && find /app/dist/browser/assets -type d -exec chmod 750 {} \; \
+ && find /app/dist/browser/assets -type f -exec chmod 640 {} \;
36
37
WORKDIR /app
38
USER node
0 commit comments