version: "3.9" services: app: build: . env_file: - .env dev: build: context: . dockerfile: Dockerfile.dev env_file: - .env volumes: - .:/app