mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-10-31 18:37:48 +08:00 
			
		
		
		
	 d5ee877fd8
			
		
	
	d5ee877fd8
	
	
	
		
			
			* Update Dockerfile and docker-compose.yml * Add Dockerfile for code debugging. Add installation procedures of python, cpp and java.
		
			
				
	
	
		
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: '3'
 | |
| services:
 | |
|   hello-algo:
 | |
|     build: .
 | |
|     image: hello-algo
 | |
|     container_name: hello-algo
 | |
|     ports:
 | |
|       - "8000:8000"
 |