forked from popsUlfr/SDH-PauseGames
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95ee2b5
commit 328d3a8
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# 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 | ||
FROM arch:latest | ||
|
||
# entrypoint.sh should always be located in the backend folder | ||
ENTRYPOINT [ "/backend/entrypoint.sh" ] | ||
ADD ./backend/ /source | ||
ADD ./build/backend /build | ||
|
||
WORKDIR /source |