From 8433bbca2adeaff79169d505c4b52d32370b22f8 Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Tue, 14 Nov 2023 19:31:37 +0300 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d5f417e..a8219ea6 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Parsing dependencies information #### Running scripts with dependabot-core Dockerfile only The dependabot-core `Dockerfile` installs dependencies as the `dependabot` user, -so volume mouning won't work unless you build the image by passing in the +so volume mounting won't work unless you build the image by passing in the `USER_UID` and `USER_GID` arguments. This creates the `dependabot` user with the same IDs ensuring it owns the mounted files and can write to them from within the container.