summaryrefslogtreecommitdiff
path: root/util/hugo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/hugo/Makefile')
-rw-r--r--util/hugo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hugo/Makefile b/util/hugo/Makefile
index d49c57d7e9..9a95536367 100644
--- a/util/hugo/Makefile
+++ b/util/hugo/Makefile
@@ -10,4 +10,4 @@ themes/hugo-material-docs:
git clone https://github.com/digitalcraftsman/hugo-material-docs.git themes/hugo-material-docs
public: themes/hugo-material-docs
- docker run --rm -it -v $$PWD:/src -v $$PWD/../../Documentation:/src/content -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir
+ docker run --rm -it -v $$PWD:/src:ro -v $$PWD/../../Documentation:/src/content:ro -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir