File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,8 @@ COPY site.conf /etc/apache2/sites-enabled/000-default.conf
2929
3030COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
3131
32- RUN composer install --working-dir=/usr/src/nextcloud/apps/solid --prefer-dist \
33- && sh /xdebug.sh \
34- && pecl install "xdebug-$(cat /xdebug.version)" \
35- && docker-php-ext-enable xdebug \
36- && NEXTCLOUD_ADMIN_PASSWORD='alice123' \
37- NEXTCLOUD_ADMIN_USER='alice' \
38- NEXTCLOUD_TRUSTED_DOMAINS='localhost server thirdparty nextcloud.local *.nextcloud.local' \
39- NEXTCLOUD_UPDATE=1 \
40- /entrypoint.sh 'echo' \
41- && php /var/www/html/console.php maintenance:install --admin-user='alice' --admin-pass='alice123' \
42- && php /var/www/html/console.php app:enable solid
32+ RUN composer install --working-dir=/usr/src/nextcloud/apps/solid --no-dev --prefer-dist
33+ && rm /usr/local/bin/composer
4334
4435WORKDIR /var/www/html
4536EXPOSE 443
You can’t perform that action at this time.
0 commit comments