Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarwick committed Jul 27, 2019
1 parent 77bcdce commit 68492db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -21,4 +21,4 @@ RUN . /etc/environment \
&& sudo chmod a+rwx -R rrtools \

# render the manuscript into a html output
&& sudo R -e "setwd('/rrtools/analysis'); rmarkdown::render('paper.Rmd')"
&& sudo R -e "setwd('/rrtools/analysis/paper'); rmarkdown::render('paper.Rmd')"

0 comments on commit 68492db

Please sign in to comment.