Add stub
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s
				
			This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| FROM klakegg/hugo:ext-alpine-onbuild as hugo | ||||
|  | ||||
| FROM nginx | ||||
| COPY --from=hugo /target /usr/share/nginx/html | ||||
| COPY --from=hugo /target /usr/share/nginx/html | ||||
| COPY default.conf /etc/nginx/conf.d/ | ||||
							
								
								
									
										15
									
								
								default.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								default.conf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| server { | ||||
|     listen 80; | ||||
|  | ||||
|     location / { | ||||
|         root /usr/share/nginx/html; | ||||
|     } | ||||
| } | ||||
|  | ||||
| server { | ||||
|     listen 8080; | ||||
|  | ||||
|     location /stub_status { | ||||
|         stub_status; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user