Updated services params
This commit is contained in:
		
							parent
							
								
									540ae6558d
								
							
						
					
					
						commit
						5c0b444e9c
					
				@ -4,6 +4,9 @@ services:
 | 
			
		||||
    build: 
 | 
			
		||||
      context: .
 | 
			
		||||
      dockerfile: Dockerfile
 | 
			
		||||
    restart: always
 | 
			
		||||
    tty: true
 | 
			
		||||
    container_name: app
 | 
			
		||||
    command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
 | 
			
		||||
    ports:
 | 
			
		||||
      - "4567:4567"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user