Files
focus_annotator/docker-compose.yml

9 lines
150 B
YAML

version: "3"
services:
gtk4-rs:
image: ghcr.io/13hannes11/gtk4-rs-docker:latest
volumes:
- .:/mnt:z
command: sh -c "cargo build"