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