version: '2' services: sovrin-client-c: build: context: . dockerfile: ci/ubuntu.dockerfile command: cargo test --color=always volumes: - "./src:/home/sorvin/src" - "./Cargo.toml:/home/sorvin/Cargo.toml" - "./target:/home/sorvin/target"