mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-01 15:52:25 -05:00
6 lines
No EOL
84 B
Docker
6 lines
No EOL
84 B
Docker
FROM arch:latest
|
|
|
|
ADD ./backend/ /source
|
|
ADD ./build/backend /build
|
|
|
|
WORKDIR /source |