File size: 76 Bytes
bcd771c
 
1
2
3
docker build -t my_streamlit_app .
docker run -p 8080:8080 my_streamlit_app