Skip to content

Commit 65048cc

Browse files
authored
Merge pull request #1085 from dataquest-dev/palo-docker-permissions-fix
permissions update
2 parents 75aa839 + b824bee commit 65048cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ COPY --chown=node:node docker/dspace-ui.json /app/dspace-ui.json
3131
# necessary files exist and node has sufficient access rights
3232
RUN mkdir -p /app/dist/browser/assets \
3333
&& 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 {} \;
34+
&& find /app/dist/browser/assets -type d -exec chmod 750 {} \; \
35+
&& find /app/dist/browser/assets -type f -exec chmod 640 {} \;
3636

3737
WORKDIR /app
3838
USER node

0 commit comments

Comments
 (0)