Files
focus_annotator/docker-compose.windows.yml
Hannes Kuchelmeister 803268b1b3 Fix windows build command
2023-02-09 09:54:33 +01:00

9 lines
159 B
YAML

version: "3"
services:
cross:
image: ghcr.io/mglolenstine/gtk4-cross:rust-gtk-4.8
volumes:
- .:/mnt:z
command: bash -c "build && package"