Fixing Dockerfile to match with Readme.md
This commit is contained in:
		
							parent
							
								
									c8451c07aa
								
							
						
					
					
						commit
						ca0f9f4e59
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6,6 +6,6 @@ RUN npm install eslint --global
 | 
			
		|||
 | 
			
		||||
COPY eslintrc.json /eslintrc.json
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["eslint", "--no-eslintrc"]
 | 
			
		||||
WORKDIR melpomene
 | 
			
		||||
 | 
			
		||||
CMD ["--help"]
 | 
			
		||||
CMD ["eslint", "--no-eslintrc", "-c", "eslint/eslintrc.json", "-f", "html", "-o", "eslint_report.html",  "melpomene.js"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue