All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM openjdk:17-slim
 | |
| 
 | |
| COPY target/labyrinth-server-*[!sources].jar /app/app.jar
 | |
| 
 | |
| CMD java -Dfritteli.labyrinth.server.host=0.0.0.0 -Dfritteli.labyrinth.server.port=80 -jar /app/app.jar
 |