Big README update and comments in Dockerfile

This commit is contained in:
TrainDoctor 2022-08-10 13:33:24 -07:00
commit c15ae3b743
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9
2 changed files with 10 additions and 9 deletions

View file

@ -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" ]