Обновить docker-compose.yml
This commit is contained in:
		
							parent
							
								
									0a18f2eee2
								
							
						
					
					
						commit
						2daafa38af
					
				| 
						 | 
				
			
			@ -1,11 +1,11 @@
 | 
			
		|||
version: '3.8'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  flask-app:
 | 
			
		||||
    build:
 | 
			
		||||
      context: .
 | 
			
		||||
    ports:
 | 
			
		||||
      - "5000:5000"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - .:/app
 | 
			
		||||
    command: python app.py
 | 
			
		||||
version: '3.8'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  flask-app:
 | 
			
		||||
    build:
 | 
			
		||||
      context: .
 | 
			
		||||
    ports:
 | 
			
		||||
      - "5000:5000"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - .:/app
 | 
			
		||||
    command: python app/app.py
 | 
			
		||||
		Loading…
	
		Reference in New Issue