mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore(build): remove make docker-run
				
					
				
			Remove the `docker-run` `make` target, which was added in haste. It was entirely redundant with `docker-sh`.
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@@ -180,11 +180,6 @@ prepare: | $(dist_dir) clean generate vendor fmt lint vet test
 | 
			
		||||
docker-setup:
 | 
			
		||||
	$(DOCKER) build  -t $(docker_image) -f Dockerfile .
 | 
			
		||||
 | 
			
		||||
## docker-run: shell into the development docker container
 | 
			
		||||
.PHONY: docker-run
 | 
			
		||||
docker-run:
 | 
			
		||||
	$(DOCKER) run -v `pwd`:/app -ti $(docker_image) sh
 | 
			
		||||
 | 
			
		||||
## docker-sh: shell into the docker development container
 | 
			
		||||
.PHONY: docker-sh
 | 
			
		||||
docker-sh:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user