mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-29 22:42:26 -05:00
6 lines
No EOL
89 B
Docker
6 lines
No EOL
89 B
Docker
FROM archlinux:latest
|
|
|
|
ADD ./backend/ /source
|
|
ADD ./build/backend /build
|
|
|
|
WORKDIR /source |