summaryrefslogtreecommitdiffstats
path: root/27/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '27/apache/Dockerfile')
-rw-r--r--27/apache/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 828520a6..2e0fc1b4 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/Dockerfile
@@ -112,6 +112,11 @@ RUN { \
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
\
mkdir /var/www/data; \
+ mkdir -p /docker-entrypoint-hooks.d/pre-installation \
+ /docker-entrypoint-hooks.d/post-installation \
+ /docker-entrypoint-hooks.d/pre-upgrade \
+ /docker-entrypoint-hooks.d/post-upgrade \
+ /docker-entrypoint-hooks.d/before-starting; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www