File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9696 --volume="./solid:/var/www/html/apps/solid" \
9797 --workdir=/var/www/html/apps/solid \
9898 ghcr.io/pdsinterop/solid-nextcloud:main-${{ matrix.nextcloud_version }} \
99- bin/phpunit --configuration phpunit.xml
99+ bash -c 'NEXTCLOUD_UPDATE=1 /entrypoint.sh "echo" \
100+ && sudo -u www-data bash /init.sh \
101+ && cd /var/www/html/apps/solid \
102+ && bin/phpunit --configuration phpunit.xml'
100103
101104 # 03.quality.php.scan.dependencies-vulnerabilities.yml
102105 scan-dependencies-vulnerabilities :
Original file line number Diff line number Diff line change @@ -29,8 +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 --no-dev -- prefer-dist \
33- && rm /usr/local/bin/composer
32+ RUN composer install --working-dir=/usr/src/nextcloud/apps/solid --prefer-dist \
33+ && rm /usr/local/bin/composer
3434
3535WORKDIR /var/www/html
3636EXPOSE 443
You can’t perform that action at this time.
0 commit comments