mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-18 14:40:19 +02:00
6 lines
84 B
Docker
6 lines
84 B
Docker
FROM arch:latest
|
|
|
|
ADD ./backend/ /source
|
|
ADD ./build/backend /build
|
|
|
|
WORKDIR /source |