|  | @@ -309,7 +309,7 @@ public class DockerExe {
 | 
	
		
			
				|  |  |          List<Mount> am =new ArrayList<>();
 | 
	
		
			
				|  |  |          am.add(wokerMount);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        String jsonFile =directory+"/"+file.getFilename().replace(".cgns","_data.json");
 | 
	
		
			
				|  |  | +        String jsonFile =directory+"/"+file.getFilename().replace(".bdf","_data.json");
 | 
	
		
			
				|  |  |          File json =new File(jsonFile);
 | 
	
		
			
				|  |  |          if(!json.exists()){
 | 
	
		
			
				|  |  |              json.createNewFile();
 |