This commit is contained in:
bwcx_jzy 2022-03-17 09:26:23 +08:00
parent ee2c6d8409
commit d025b047fb
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4c7ba7d72d8d3e7e04e83a4bd1b6a1aa2a7b82ea
Subproject commit 6a516337ef8917a28439875f242459c398a61e25

View File

@ -197,7 +197,7 @@ public class DockerBuild implements AutoCloseable {
}
for (String s : copy) {
List<String> split = StrUtil.split(s, StrUtil.COLON);
logRecorder.info("send file to : {}", split.get(1));
logRecorder.info("send file to : {}\n", split.get(1));
dockerClient.copyArchiveToContainerCmd(containerId)
.withHostResource(split.get(0))
.withRemotePath(split.get(1))