mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-03 07:42:25 -06:00
13 lines
179 B
YAML
13 lines
179 B
YAML
|
|
version: "3.8"
|
||
|
|
|
||
|
|
services:
|
||
|
|
|
||
|
|
tools:
|
||
|
|
build:
|
||
|
|
context: "."
|
||
|
|
dockerfile: "Dockerfile"
|
||
|
|
target: "tools"
|
||
|
|
restart: "no"
|
||
|
|
volumes:
|
||
|
|
- "./:/app/:delegated"
|