version: '3' services: web: build: . command: venv/bin/python app.py ports: - "5000:5000"