diff --git a/Dockerfile b/Dockerfile index 068db3a..3832438 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nixpkgs/curl as src ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1 RUN ls /src -RUN lsof |wc -l && ulimit +RUN sysctl fs.file-max && lsof |wc -l && ulimit -n FROM $BASE