bundle exec

This commit is contained in:
Bandie 2020-04-22 22:41:57 +02:00
parent d27082d82a
commit 52545a460b
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
1 changed files with 1 additions and 1 deletions

View File

@ -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