mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 02:00:15 +00:00
fix the build
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
9a0e3eccde
commit
6d0a68abf3
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ RUN set -ex; \
|
||||||
a2ensite nextcloud.conf && \
|
a2ensite nextcloud.conf && \
|
||||||
rm -rf /var/www/html/* && \
|
rm -rf /var/www/html/* && \
|
||||||
chown www-data:www-data -R /var/log/apache2; \
|
chown www-data:www-data -R /var/log/apache2; \
|
||||||
|
mkdir -p /var/run/apache2; \
|
||||||
chown -R www-data:www-data /var/run/apache2; \
|
chown -R www-data:www-data /var/run/apache2; \
|
||||||
chown -R www-data:www-data /var/www;
|
chown -R www-data:www-data /var/www;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue