From 52545a460b7ab72abe0378b6bc58cb075d310fa9 Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 22 Apr 2020 22:41:57 +0200 Subject: [PATCH] bundle exec --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f28527a..167f03c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ from jekyll/jekyll as builder 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 copy --from=builder /tmp /usr/share/nginx/html