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
diff options
context:
space:
mode:
Diffstat (limited to 'docker/lamp/Dockerfile')
-rw-r--r--docker/lamp/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/lamp/Dockerfile b/docker/lamp/Dockerfile
index 2736b11f..b92b1435 100644
--- a/docker/lamp/Dockerfile
+++ b/docker/lamp/Dockerfile
@@ -13,7 +13,7 @@ RUN \
# installation
source /usr/local/etc/library.sh; \
set +x; \
-install_script /usr/local/etc/lamp.sh; \
+install_app /usr/local/etc/lamp.sh; \
# stop mysqld
mysqladmin -u root shutdown; \