version: "3" services: build: build: . command: build volumes: - "./_src:/app/_src:ro" - "./_site:/app/_site:rw"