mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-31 02:52:19 +08:00
address 2nd review
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ce25a49592
commit
4b4fd55c94
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ RUN set -e && \
|
|||
git clone https://github.com/nextcloud/all-in-one.git --depth 1 .; \
|
||||
cd php; \
|
||||
composer install --no-dev; \
|
||||
composer clearcache; \
|
||||
cd ..; \
|
||||
rm -f /usr/local/bin/composer; \
|
||||
chmod 770 -R ./; \
|
||||
|
|
Loading…
Reference in a new issue