Skip to content

Commit 68f1516

Browse files
authored
Merge pull request #6 from discoverygarden/DDST-651
DDST-651: support for STOMP migrations
2 parents 8eae121 + 0d87818 commit 68f1516

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
@@ -102,6 +102,10 @@ RUN mkdir -p ${DRUPAL_ISLANDORA_DATA}/repo-meta \
102102
VOLUME ["${DRUPAL_ISLANDORA_DATA}", "${DRUPAL_PRIVATE_FILESYSTEM}", "${DRUPAL_PUBLIC_FILESYSTEM}"]
103103
#--------------------------------------------------------------
104104

105+
# Migration sillyness
106+
RUN echo "* soft nofile -1" >> /etc/security/limits.conf
107+
RUN echo "* hard nofile -1" >> /etc/security/limits.conf
108+
105109
USER root
106110

107111
WORKDIR ${DRUPAL_ROOT}

0 commit comments

Comments
 (0)