From 282c52f05f02d481ae93a98bd070fd5ad31b2a3e Mon Sep 17 00:00:00 2001 From: "Max.Bed4d" Date: Fri, 19 Jan 2024 10:07:42 +0000 Subject: [PATCH] Added a slash to the end of a copy command folder destination. --- docker/kayobe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/kayobe/Dockerfile b/docker/kayobe/Dockerfile index 34b25e5..d44446c 100644 --- a/docker/kayobe/Dockerfile +++ b/docker/kayobe/Dockerfile @@ -76,7 +76,7 @@ COPY --chown=stack:stack $KAYOBE_DOCKER_SSH_CONFIG_PATH /stack/.ssh/config RUN chmod 600 /stack/.ssh/config # Copy custom binaries into image. The wildcard worksaround the check on the parent directory existing. -COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin +COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin/ # Control host bootsrap without leaving kayobe-config in the image RUN --mount=type=ssh,uid=1000 --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \