1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
services: kget: build: . container_name: kget-dev volumes: - .:/app - cargo-cache:/usr/local/cargo/registry - target-cache:/app/target working_dir: /app command: cargo run tty: true volumes: cargo-cache: target-cache: