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