mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-10-29 14:32:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			441 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			441 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| # 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.sh should always be located in the backend folder
 | |
| ENTRYPOINT [ "/backend/entrypoint.sh" ] |