Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit 1c10d3f

Browse files
committed
fixing template merge directory permissions
1 parent e52a78b commit 1c10d3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

images/dotcms/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@ RUN wget --quiet https://github.com/jwilder/dockerize/releases/download/$DOCKERI
6060
COPY --from=build-cms /srv/ /srv/
6161
COPY ROOT/ /
6262

63+
# Make scripts runable
6364
RUN find /srv/ -type f -name "*.sh" -exec chmod a+x {} \;
6465

66+
# Make plugin merging directories writable
67+
RUN find /srv/templates -type d -exec chmod 770 {} \;
68+
6569
RUN mkdir -p /data/shared/assets && mkdir -p /data/local/dotsecure/license && chmod -R 660 /data && find /data/ -type d -exec chmod 770 {} \;
6670

6771
ENV SERVICE_DELAY_DEFAULT_MIN 1

0 commit comments

Comments
 (0)