forkato da Chaospott/site
		
	
		
			
				
	
	
		
			7 righe
		
	
	
		
			173 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 righe
		
	
	
		
			173 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| from jekyll/jekyll as builder
 | |
| add web /srv/jekyll
 | |
| run jekyll build --source /srv/jekyll --destination /tmp
 | |
| 
 | |
| from nginx:alpine
 | |
| copy --from=builder /tmp /usr/share/nginx/html
 | 
