diff --git a/Dockerfile b/Dockerfile index 0fe9c7bec529d346436e5f280a4cf4a9b3d10a37..60af4590031d2a8235d2e5587f17401fe7a62a2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -126,5 +126,8 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \ chown -R www-data:www-data ${BASE_DIR}/themes/eCloud/ && \ rm -rf eCloud-theme.tar.gz ${BASE_DIR}/themes/example/ +# Replace "Get your own free account" NC link with /e/ Account link in public pages +RUN sed -i 's/https:\/\/nextcloud.com\/signup\//https:\/\/e\.foundation\/\/e-email-invite\//' ${BASE_DIR}/core/templates/layout.public.php + ENTRYPOINT ["/custom_entrypoint.sh"] CMD ["php-fpm"]