mirror of
				https://github.com/bcanseco/github-contribution-graph-action.git
				synced 2025-10-09 13:41:58 +03:00 
			
		
		
		
	docs(contributing): remove unnecessary docker run flag
This is no longer necessary as of 7381966.
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/CONTRIBUTING.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/CONTRIBUTING.md
									
									
									
									
										vendored
									
									
								
							| @@ -39,7 +39,7 @@ Use the commands below to build and run a container: | ||||
|  | ||||
| ```console | ||||
| $ docker build -t github-contribution-graph-action . | ||||
| $ docker run -w /app --rm github-contribution-graph-action | ||||
| $ docker run --rm github-contribution-graph-action | ||||
| ``` | ||||
|  | ||||
| You can alternatively run `npm start` directly without Docker, but this isn't recommended. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Borja Canseco
					Borja Canseco