Add template dockerfile for testing

This commit is contained in:
TrainDoctor 2022-07-27 16:52:49 -07:00
parent 95ee2b54c7
commit 328d3a8316
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9

View file

@ -1,9 +1,6 @@
# we support images for building with a vanilla SteamOS base, FROM arch:latest
# 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.sh should always be located in the backend folder ADD ./backend/ /source
ENTRYPOINT [ "/backend/entrypoint.sh" ] ADD ./build/backend /build
WORKDIR /source