@@ -5,8 +5,10 @@ services:
dockerfile: ./Dockerfile
ports:
- "8501:8501"
- # volumes:
- # - ./:/app # Mount the entire monorepo. TODO: pull from GH
+ volumes:
+ - type: bind
+ source: ./
+ target: /app
environment:
- STREAMLIT_SERVER_PORT=8501
- STREAMLIT_SERVER_ADDRESS=0.0.0.0