mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 20:38:07 -06:00
Big README update and comments in Dockerfile
This commit is contained in:
parent
8fb5329723
commit
6795fdf85c
2 changed files with 72 additions and 12 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# we support images for building with a vanilla SteamOS base,
|
||||
# or versions with ootb support for rust or go
|
||||
# developers can also customize these images via this Dockerfile
|
||||
#FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest
|
||||
#FROM ghcr.io/steamdeckhomebrew/holo-toolchain-go:latest
|
||||
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
||||
|
||||
ENTRYPOINT [ "/source/entrypoint.sh" ]
|
||||
|
||||
WORKDIR /src
|
||||
# entrypoint.sh should always be located in the backend folder
|
||||
ENTRYPOINT [ "/backend/entrypoint.sh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue