add docker-compose for building linux version

This commit is contained in:
2022-02-11 11:22:48 +01:00
parent a9f7dac898
commit 598e3da0e9

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
volumes:
- .:/mnt:z
command: sh -c "cargo build"