version: '2' services: web: build: . ports: - "8000:8000" volumes: - ./app.py:/usr/src/app.py