mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 04:18:08 -06:00
6 lines
84 B
Text
6 lines
84 B
Text
|
|
FROM arch:latest
|
||
|
|
|
||
|
|
ADD ./backend/ /source
|
||
|
|
ADD ./build/backend /build
|
||
|
|
|
||
|
|
WORKDIR /source
|