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:
authorOwl <12261439+ZendaiOwl@users.noreply.github.com>2022-10-17 01:09:24 +0300
committerOwl <12261439+ZendaiOwl@users.noreply.github.com>2022-10-17 01:09:24 +0300
commitbfc2c877da133f3db22ae6725833d9789f84869f (patch)
tree6aa04088cd90ecdb10e81bc3b8d29ce6a8e491f3
parent9fbf7d2a3a6aeff63ccc34ce6a5e5bbb104cc21b (diff)
Test
Signed-off-by: Owl <12261439+ZendaiOwl@users.noreply.github.com>
-rw-r--r--build/docker/containerize/test/ncp/Dockerfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/build/docker/containerize/test/ncp/Dockerfile b/build/docker/containerize/test/ncp/Dockerfile
index 2e028d7f..4d13355f 100644
--- a/build/docker/containerize/test/ncp/Dockerfile
+++ b/build/docker/containerize/test/ncp/Dockerfile
@@ -9,17 +9,16 @@ WORKDIR /workdir
RUN apk update && apk add --no-cache git==2.36.2-r0
RUN git clone https://github.com/nextcloud/nextcloudpi.git
WORKDIR /workdir/nextcloudpi
-RUN mkdir -p /mnt/nextcloudpi; \
-cp -R bin etc updates ncp-app ncp-web ncp-activation test ncp-previewgenerator ncp.sh lamp.sh post-inst.sh update.sh /mnt/nextcloudpi
+RUN mkdir -p /mnt/nextcloudpi; cp -R bin etc updates ncp-app ncp-web ncp-activation tests ncp-previewgenerator ncp.sh lamp.sh post-inst.sh update.sh /mnt/nextcloudpi
VOLUME /mnt/nextcloudpi
#--chown=ncp:ncp
#FROM --platform=$BUILDPLATFORM debian:bullseye-slim AS base
-# FROM nextcloud/all-in-one:latest AS base
+#FROM nextcloud/all-in-one:latest AS base
FROM debian:bullseye-slim AS base
#COPY --from=nextcloud/all-in-one:latest --link ["/mnt/docker-aio-config","/mnt/docker-aio-config"]
#COPY --from=nextcloud/all-in-one:latest --link ["/var/www/*","/var/www/"]
-COPY --from=bash:latest --link ["/usr/local/bin/bash","/usr/local/bin/"]
-COPY --from=git --link ["/mnt/nextcloudpi","/mnt/nextcloudpi"]
+#COPY --from=bash:latest --link ["/usr/local/bin/bash","/usr/local/bin/"]
+COPY --from=builder --link ["/mnt/nextcloudpi","/mnt/nextcloudpi"]
VOLUME /mnt/nextcloudpi
USER root