Skip to content

Commit 4f478f1

Browse files
committed
lamp/Dockerfile: Copy the templates directory to the container
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
1 parent a874cfb commit 4f478f1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docker/lamp/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SHELL ["/bin/bash", "-c"]
1111
ENV DOCKERBUILD 1
1212

1313
COPY etc/ncp.cfg etc/library.sh lamp.sh /usr/local/etc/
14+
COPY etc/ncp-templates /usr/local/etc/ncp-templates
1415

1516
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
1617
set -e; \

docker/nextcloudpi/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ COPY ncp-app /tmp/ncp-build/ncp-app/
2121
COPY ncp-previewgenerator /tmp/ncp-build/ncp-previewgenerator/
2222
COPY docker /tmp/ncp-build/docker/
2323
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/
2524

2625
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
2726
set -e; \

0 commit comments

Comments
 (0)