version: '3.4' services: app: image: datamining/app build: ./app ports: - 8501:8501 volumes: - ./app/main.py:/usr/src/app/main.py