mirror of
https://github.com/13hannes11/gtk4-rs-docker.git
synced 2024-09-03 23:21:01 +02:00
8 lines
192 B
YAML
8 lines
192 B
YAML
version: "3"
|
|
services:
|
|
rust-gtk-appimage:
|
|
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
|
|
volumes:
|
|
- ../adwaita-demo:/mnt:z
|
|
command: /bin/bash -c "cargo appimage"
|