mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-13 20:17:30 -06:00
Makefile helper tools, frontend UI lib updated, option added to build plugin in docker
This commit is contained in:
parent
ae179d618e
commit
ddb21cc3b7
6 changed files with 151 additions and 11 deletions
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
tools:
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: "Dockerfile"
|
||||
target: "tools"
|
||||
restart: "no"
|
||||
volumes:
|
||||
- "./:/app/:delegated"
|
||||
Loading…
Add table
Add a link
Reference in a new issue