mastercontainer - delete things except the needed php dir

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-04-27 18:57:35 +02:00
parent 1118ba6764
commit cc2c8998ba

View file

@ -71,6 +71,7 @@ RUN set -e && \
chmod +x /usr/local/bin/composer; \
cd /var/www/docker-aio; \
git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \
find ./ -not -path ./php -maxdepth 1 -mindepth 1 -delete; \
cd php; \
composer install --no-dev; \
composer clearcache; \