From 5b89d52371bab8654f3c6ce92c55e46fa6b8d80f Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 10 May 2019 17:29:56 +0200 Subject: [PATCH] trigger build --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index ee81d8f..50b432a 100644 --- a/install.md +++ b/install.md @@ -87,7 +87,7 @@ The webhook will trigger builds for existing jobs with a matching repository URL We cache the package library (with dependencies) in between builds using a package-specific volume: ``` ---env R_LIBS_USER=/cache -v ${BASENAME}_cache:/cache +docker run --env R_LIBS_USER=/cache -v ${BASENAME}_cache:/cache ropensci/docs ..... ``` This will automatically create a volume named for example `magick_cache` containing the package library for magick builds. To wipe all the caches on the server: