mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
9 lines
150 B
YAML
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"
|
|
|