mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 22:06:00 +08:00
fix the build
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3449cd61f1
commit
9a0e3eccde
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ RUN set -ex; \
|
|||
a2dissite default-ssl && \
|
||||
a2ensite nextcloud.conf && \
|
||||
rm -rf /var/www/html/* && \
|
||||
service apache2 restart; \
|
||||
chown www-data:www-data -R /var/log/apache2; \
|
||||
chown -R www-data:www-data /var/run/apache2; \
|
||||
chown -R www-data:www-data /var/www;
|
||||
|
|
Loading…
Reference in a new issue