Update COPY command to include all files in directory

This commit is contained in:
humocs-man
2026-03-14 18:56:10 +01:00
committed by GitHub
parent 84981d7271
commit 6eed2be4fc
+1 -1
View File
@@ -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 && \