mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-26 10:29:01 +02:00
6 lines
89 B
Docker
6 lines
89 B
Docker
FROM archlinux:latest
|
|
|
|
ADD ./backend/ /source
|
|
ADD ./build/backend /build
|
|
|
|
WORKDIR /source |