|
|
@ -97,7 +97,7 @@ RUN usermod -a -G redis www-data |
|
|
|
|
|
|
|
# download nextcloud |
|
|
|
WORKDIR /var/www/html |
|
|
|
RUN wget https://download.nextcloud.com/server/releases/latest.zip && \ |
|
|
|
RUN wget --progress=dot:giga https://download.nextcloud.com/server/releases/latest.zip && \ |
|
|
|
echo "Unzipping ..." && \ |
|
|
|
unzip -q latest.zip && \ |
|
|
|
chown -R www-data:www-data nextcloud && \ |
|
|
|