mirror of
https://github.com/13hannes11/gtk4-rs-docker.git
synced 2024-09-03 23:21:01 +02:00
add image for building appimages
This commit is contained in:
7
appimage/docker-compose.yml
Normal file
7
appimage/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
rust-gtk-appimage:
|
||||
build: .
|
||||
volumes:
|
||||
- ../adwaita-demo:/mnt:z
|
||||
command: /bin/bash -c "cargo appimage"
|
||||
Reference in New Issue
Block a user