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