change docker-compose to use github image instead of locally building

This commit is contained in:
2022-02-22 14:22:26 +01:00
parent 4be74e1a3f
commit 3bb466898d

View File

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