mirror of
https://github.com/13hannes11/gtk4-rs-docker.git
synced 2024-09-03 23:21:01 +02:00
move Dockerfile an compose to base folder for later support of different packaging
This commit is contained in:
8
base/docker-compose.yml
Normal file
8
base/docker-compose.yml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user