File size: 168 Bytes
00ac9b2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: "3.7"
services:
    streamlit:
        build:
          context: streamlit/
        volumes:
          - ./streamlit:/app
        ports:
          - 8080:8080