mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix removing tests from aio-interface
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
b1f2d6f691
commit
8ddd123568
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ RUN set -ex; \
|
|||
cd /var/www/docker-aio; \
|
||||
git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \
|
||||
find ./ -maxdepth 1 -mindepth 1 -not -path ./php -not -path ./community-containers -exec rm -r {} \; ; \
|
||||
rm -r ./php/test; \
|
||||
rm -r ./php/tests; \
|
||||
chown www-data:www-data -R /var/www/docker-aio; \
|
||||
cd php; \
|
||||
sudo -u www-data composer install --no-dev; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue