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