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