mirror of
				https://github.com/InsanusMokrassar/PlaguPoster.git
				synced 2025-11-03 21:10:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM adoptopenjdk/openjdk11
 | 
						|
 | 
						|
USER 1000
 | 
						|
 | 
						|
ENTRYPOINT ["/plaguposter.runner/bin/plaguposter.runner", "/config.json"]
 | 
						|
 | 
						|
ADD ./build/distributions/plaguposter.runner.tar /
 |