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