Skip to content

Commit 5f49a5e

Browse files
authored
Merge branch 'main' into clear-cache
2 parents bb528a4 + 68f1516 commit 5f49a5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ RUN mkdir -p ${DRUPAL_ISLANDORA_DATA}/repo-meta \
104104
VOLUME ["${DRUPAL_ISLANDORA_DATA}", "${DRUPAL_PRIVATE_FILESYSTEM}", "${DRUPAL_PUBLIC_FILESYSTEM}"]
105105
#--------------------------------------------------------------
106106

107+
# Migration sillyness
108+
RUN echo "* soft nofile -1" >> /etc/security/limits.conf
109+
RUN echo "* hard nofile -1" >> /etc/security/limits.conf
110+
107111
USER root
108112

109113
WORKDIR ${DRUPAL_ROOT}

0 commit comments

Comments
 (0)