Skip to content

Commit 8b1c36d

Browse files
committed
revert auto-install
1 parent c716ed5 commit 8b1c36d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Dockerfile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,8 @@ COPY site.conf /etc/apache2/sites-enabled/000-default.conf
2929

3030
COPY --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

4435
WORKDIR /var/www/html
4536
EXPOSE 443

0 commit comments

Comments
 (0)