add docker-compose to build appimage

This commit is contained in:
2022-04-03 11:31:58 +02:00
parent d0349356a3
commit c82ccb3c4e
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
/target /target
/libs
*.AppImage

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3"
services:
gtk4-rs:
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
volumes:
- .:/mnt:z
command: sh -c "cargo appimage"