|  | @@ -78,7 +78,7 @@
 | 
	
		
			
				|  |  |          "test-local": "set EGG_SERVER_ENV=local&& egg-bin test",
 | 
	
		
			
				|  |  |          "test-qa": "set EGG_SERVER_ENV=qa&&egg-bin test",
 | 
	
		
			
				|  |  |          "test-auto": "set EGG_SERVER_ENV=autotest&&egg-bin test",
 | 
	
		
			
				|  |  | -        "dev-docker": "egg-scripts start --port 7005",
 | 
	
		
			
				|  |  | +        "dev-docker": "egg-scripts start --env=local --port 7005",
 | 
	
		
			
				|  |  |          "cov": "egg-bin cov",
 | 
	
		
			
				|  |  |          "lint": "eslint .",
 | 
	
		
			
				|  |  |          "ci": "npm run lint && npm run cov",
 |