diff --git a/Dockerfile.ci b/Dockerfile.ci index e65ff48522..99003c8177 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -54,7 +54,7 @@ RUN echo "setting up git" && \ GOOS=linux GOARCH=arm64 go build -o "${OUT}/linux/arm64/$ENV2INI" "${GOFILE}" && \ cd / && \ echo "Copying future root addons" && \ - cp -r "/build/${DR}" "${DR}/" && \ + cp -r "/build/docker/root/*" "${DR}/" && \ echo "Fixing permissions" && \ chmod 755 "${DR}/usr/bin/entrypoint" "${DR}/usr/local/bin/gitea" "${DR}/etc/s6/gitea/*" "${DR}/etc/s6/openssh/*" "${DR}/etc/s6/.s6-svscan/*" && \ echo "removing git repo" && \