mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-23 08:58:48 +02:00
5 lines
101 B
Docker
5 lines
101 B
Docker
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
|
|
|
ENTRYPOINT [ "/source/entrypoint.sh" ]
|
|
|
|
WORKDIR /src |