Update COPY command to include all files in directory
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
|
|||||||
--mount=type=tmpfs,dst=/tmp \
|
--mount=type=tmpfs,dst=/tmp \
|
||||||
/ctx/build/10-build.sh
|
/ctx/build/10-build.sh
|
||||||
|
|
||||||
COPY files/ /
|
COPY files/* /
|
||||||
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
|
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
|
||||||
chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \
|
chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \
|
||||||
chmod +x /usr/local/bin/install-homebrew.sh && \
|
chmod +x /usr/local/bin/install-homebrew.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user