* BAEL-6527 GraalVM Native Image Docker Image * BAEL-6527 GraalVM Native Image Docker Image
		
			
				
	
	
		
			4 lines
		
	
	
		
			118 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			118 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ubuntu:jammy
 | |
| COPY target/springboot-graalvm-docker /springboot-graalvm-docker
 | |
| CMD ["/springboot-graalvm-docker"]
 |