mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-29 14:32:25 -05:00
6 lines
No EOL
115 B
Docker
6 lines
No EOL
115 B
Docker
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
|
|
|
ADD ./backend/ /source
|
|
ADD ./build/backend /build
|
|
|
|
WORKDIR /source |