|  | @@ -114,8 +114,8 @@ public class DockerExe {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          Mount outMount = new Mount()
 |  |          Mount outMount = new Mount()
 | 
											
												
													
														|  |                  .withType(MountType.BIND)
 |  |                  .withType(MountType.BIND)
 | 
											
												
													
														|  | -                .withSource("/workspace/")
 |  | 
 | 
											
												
													
														|  | -                .withTarget("/cephfs/mdo/"+pid +"/out/")
 |  | 
 | 
											
												
													
														|  | 
 |  | +                .withSource("/cephfs/mdo/"+pid +"/out/")
 | 
											
												
													
														|  | 
 |  | +                .withTarget("/workspace/")
 | 
											
												
													
														|  |                  .withReadOnly(false);
 |  |                  .withReadOnly(false);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          Mount runMount = new Mount()
 |  |          Mount runMount = new Mount()
 |