All checks were successful
		
		
	
	Build and test backend / Build-backend (push) Successful in 2m4s
				
			Build and test backend / Test-backend (push) Successful in 1m15s
				
			deploy to production / deploy-frontend (push) Successful in 24s
				
			deploy to production / deploy-backend (push) Successful in 1m58s
				
			Build and test FrontEnd / Build-frontend (push) Successful in 22s
				
			Build and test FrontEnd / Test-frontend (push) Successful in 22s
				
			
		
			
				
	
	
		
			6 lines
		
	
	
		
			171 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			171 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM eclipse-temurin:21-jdk-alpine
 | |
| VOLUME /tmp
 | |
| ENV SPRING_PROFILES_ACTIVE=prod
 | |
| COPY build/libs/backend-0.0.1-SNAPSHOT.jar /app.jar
 | |
| ENTRYPOINT ["java", "-jar", "/app.jar"]
 |