forked from Chaospott/site
		
	bundle exec
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
from jekyll/jekyll as builder
 | 
					from jekyll/jekyll as builder
 | 
				
			||||||
add web /srv/jekyll
 | 
					add web /srv/jekyll
 | 
				
			||||||
run jekyll build --source /srv/jekyll --destination /tmp
 | 
					run bundle exec jekyll build --source /srv/jekyll --destination /tmp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from nginx:alpine
 | 
					from nginx:alpine
 | 
				
			||||||
copy --from=builder /tmp /usr/share/nginx/html
 | 
					copy --from=builder /tmp /usr/share/nginx/html
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user