We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a874cfb commit 4f478f1Copy full SHA for 4f478f1
2 files changed
docker/lamp/Dockerfile
@@ -11,6 +11,7 @@ SHELL ["/bin/bash", "-c"]
11
ENV DOCKERBUILD 1
12
13
COPY etc/ncp.cfg etc/library.sh lamp.sh /usr/local/etc/
14
+COPY etc/ncp-templates /usr/local/etc/ncp-templates
15
16
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
17
set -e; \
docker/nextcloudpi/Dockerfile
@@ -21,7 +21,6 @@ COPY ncp-app /tmp/ncp-build/ncp-app/
21
COPY ncp-previewgenerator /tmp/ncp-build/ncp-previewgenerator/
22
COPY docker /tmp/ncp-build/docker/
23
COPY etc/ncp-config.d/nc-init.cfg /usr/local/etc/ncp-config.d/nc-init-copy.cfg
24
-COPY etc/ncp-templates /usr/local/etc/
25
26
27
0 commit comments