Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/nextcloud/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/nextcloud/Dockerfile b/docker/nextcloud/Dockerfile
index a640e8a6..483aa6f1 100644
--- a/docker/nextcloud/Dockerfile
+++ b/docker/nextcloud/Dockerfile
@@ -39,3 +39,9 @@ chmod 600 /root/.my.cnf
COPY docker-common/nextcloud/020nextcloud /etc/services-enabled.d/
COPY bin/ncp-provisioning.sh /usr/local/bin/
+
+# display message until first run initialization is complete
+COPY docker-common/nextcloud/ncp-wait-msg.html /data-ro/app
+RUN \
+mv /data-ro/app/index.php /; \
+mv /data-ro/app/ncp-wait-msg.html /data-ro/app/index.php;