RUN mkdir-p /var/www/skeleton/Documents &&mkdir-p /var/www/skeleton/Images
COPY patches/ ${TMP_PATCH_DIR}/
COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN sed-i's/21,0,7,1/21,0,7,1/'${BASE_DIR}/version.php
# Install unzip for unzipping artifacts
@@ -141,14 +148,5 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \
# 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\/<?php p(\$_\[\x27language\x27\]); ?>\/e-email-invite\//'${BASE_DIR}/core/templates/layout.public.php
FROM php:8.0.12-fpm-bullseye
RUN mkdir-p /var/www/skeleton/Documents &&mkdir-p /var/www/skeleton/Images