File size: 168 Bytes
e7650db
 
 
 
 
 
 
 
 
 
8b0f171
1
2
3
4
5
6
7
8
9
10
11
version: '3'

services:
  app:
    build: .
    ports:
      - 8585:8501
    volumes:
      - ./:/app
    tty: true
    command: streamlit run app.py --server.port 8585