Some checks failed
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 6s
				
			
		
			
				
	
	
		
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM floryn90/hugo:0.146.5-alpine-onbuild as hugo
 | |
| USER root
 | |
| FROM nginx
 | |
| COPY --from=hugo /target /usr/share/nginx/html
 | |
| COPY default.conf /etc/nginx/conf.d/ |