name: app type: "python:3.7" hooks: build: | pip install -r requirements.txt web: commands: start: "python run_server.py" locations: "/": root: "" passthru: true allow: false mounts: tmp: source: local source_path: tmp logs: source: local source_path: logs disk: 128