We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eae121 + 0d87818 commit 68f1516Copy full SHA for 68f1516
Dockerfile
@@ -102,6 +102,10 @@ RUN mkdir -p ${DRUPAL_ISLANDORA_DATA}/repo-meta \
102
VOLUME ["${DRUPAL_ISLANDORA_DATA}", "${DRUPAL_PRIVATE_FILESYSTEM}", "${DRUPAL_PUBLIC_FILESYSTEM}"]
103
#--------------------------------------------------------------
104
105
+# Migration sillyness
106
+RUN echo "* soft nofile -1" >> /etc/security/limits.conf
107
+RUN echo "* hard nofile -1" >> /etc/security/limits.conf
108
+
109
USER root
110
111
WORKDIR ${DRUPAL_ROOT}
0 commit comments