2022-08-10 13:33:24 -07:00
|
|
|
# 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
|
2022-08-08 14:15:25 -07:00
|
|
|
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
|
2022-08-13 20:14:43 -07:00
|
|
|
|
2022-08-10 13:33:24 -07:00
|
|
|
# entrypoint.sh should always be located in the backend folder
|
|
|
|
ENTRYPOINT [ "/backend/entrypoint.sh" ]
|