Loading Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -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"] Loading
Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -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"]