version: "3.4" services: app: build: context: ./ dockerfile: Dockerfile volumes: - ".:/usr/src/app" ports: - "8000:8000"