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:
authornachoparker <nacho@ownyourbits.com>2019-01-09 07:52:25 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-12 20:57:05 +0300
commit9eaab31e482755cd545839a73b64c2e5286d3e3d (patch)
tree5831f009d1924386f02f7bfcb1c2d4ea9355119b /docker-armhf
parent6d358f0c5a2dd59e71e86ec76d91f50f4741299a (diff)
add NCP Nextcloud appv1.2.0
Diffstat (limited to 'docker-armhf')
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-armhf/nextcloudpi/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index 9b474d79..f2da9f88 100644
--- a/docker-armhf/nextcloudpi/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile
@@ -11,6 +11,7 @@ COPY bin/ /tmp/ncp-build/bin/
COPY etc /tmp/ncp-build/etc/
COPY ncp.sh update.sh /tmp/ncp-build/
COPY ncp-web /tmp/ncp-build/ncp-web/
+COPY ncp-app /tmp/ncp-build/ncp-app/
COPY docker-common /tmp/ncp-build/docker-common/
RUN \