From 0e9f08f6d60d74c6ef800f965c07b89f7fb3f9a8 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:45:46 +0100 Subject: [PATCH] copying files --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index eedd96b..f4d56d7 100644 --- a/Containerfile +++ b/Containerfile @@ -81,6 +81,9 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ --mount=type=cache,dst=/var/log \ --mount=type=tmpfs,dst=/tmp \ /ctx/build/10-build.sh + +COPY files/ / +RUN systemctl preset-all ### LINTING ## Verify final image and contents are correct.