From a53ef791c964d34c76617832ffc81719b3bb866e Mon Sep 17 00:00:00 2001 From: Ben Marwick Date: Fri, 23 Mar 2018 17:25:12 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de73affe..d4bcc78d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,5 @@ RUN . /etc/environment \ # then render new thesis into a PDF, then check it could work: && R -e "rmarkdown::draft('index.Rmd', template = 'thesis', package = 'huskydown', create_dir = TRUE, edit = FALSE)" \ && R -e "if (file.exists('index/_book/thesis.pdf')) file.remove('index/_book/thesis.pdf')" \ - && R -e "setwd('index'); bookdown::render_book('index.Rmd', huskydown::thesis_pdf(latex_engine = 'xelatex')); setwd('..'); \ + && R -e "setwd('index'); bookdown::render_book('index.Rmd', huskydown::thesis_pdf(latex_engine = 'xelatex')); setwd('..')"; \ && R -e "file.exists('_book/thesis.pdf')"