version: "3.8" services: tools: build: context: "." dockerfile: "Dockerfile" target: "tools" restart: "no" volumes: - "./:/app/:delegated"