|
@@ -244,7 +244,7 @@ public class DockerExe {
|
|
|
|
|
|
Path path = Paths.get(XIFileUtils.getRootPathStr()+"/"+file.getFilepath());
|
|
|
// 获取文件夹路径
|
|
|
- String directory = path.toString();
|
|
|
+ String directory = path.getParent().toString();
|
|
|
Mount wokerMount = new Mount()
|
|
|
.withType(MountType.BIND)
|
|
|
.withSource(directory)
|