From 602ca8323316160c2233d8e3f969504f6c383ff0 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:18:43 +0100 Subject: [PATCH] Fix COPY command to include hidden files --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 62fecf6..edbce57 100644 --- a/Containerfile +++ b/Containerfile @@ -62,7 +62,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ --mount=type=tmpfs,dst=/tmp \ /ctx/build/10-build.sh -COPY files/* / +COPY files/. / RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \ chmod +x /usr/local/bin/install-homebrew.sh && \