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 bb528a4 + 68f1516 commit 5f49a5eCopy full SHA for 5f49a5e
Dockerfile
@@ -104,6 +104,10 @@ RUN mkdir -p ${DRUPAL_ISLANDORA_DATA}/repo-meta \
104
VOLUME ["${DRUPAL_ISLANDORA_DATA}", "${DRUPAL_PRIVATE_FILESYSTEM}", "${DRUPAL_PUBLIC_FILESYSTEM}"]
105
#--------------------------------------------------------------
106
107
+# Migration sillyness
108
+RUN echo "* soft nofile -1" >> /etc/security/limits.conf
109
+RUN echo "* hard nofile -1" >> /etc/security/limits.conf
110
+
111
USER root
112
113
WORKDIR ${DRUPAL_ROOT}
0 commit comments