move Dockerfile an compose to base folder for later support of different packaging

This commit is contained in:
2022-02-22 10:33:30 +01:00
parent 1ca29cc06e
commit 1191a7a5e6
4 changed files with 8 additions and 5 deletions

8
base/docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3"
services:
rust-gtk:
image: ghcr.io/13hannes11/gtk4-rs-docker:latest
volumes:
- ../adwaita-demo:/mnt:z
command: /bin/bash -c "cargo build --release"