Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c37a329b authored by Akhil's avatar Akhil 🙂
Browse files

Added sed to replace signup link with e signup link

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