All checks were successful
		
		
	
	Build on Commit / build-and-push-image (push) Successful in 10m13s
				
			
		
			
				
	
	
		
			6 lines
		
	
	
		
			159 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			159 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM gitea.taco.quest/mindfang/pterodactyl-yolks:steamcmd-installer
 | 
						|
 | 
						|
USER ${USER}
 | 
						|
COPY entrypoint.sh /entrypoint.sh
 | 
						|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
 |