File size: 184 Bytes
ea8b9b3
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: '3.7'

services:
  app:
    build: ./
    # command: streamlit run app.py --server.port 8502
    volumes:
        - ./:/home
    ports:
        - 8502:8502
    tty:
      true