version: '3.7' services: gradesapp: build: context: . dockerfile: Dockerfile ports: - 8000:8000 volumes: - .:/app