Skip to content

Commit aff520e

Browse files
committed
We don't need write access
Signed-off-by: David Gageot <[email protected]>
1 parent db7b70e commit aff520e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/utils/Files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const readFileInPromptsVolume = async (
5858
[
5959
"--rm",
6060
"-v",
61-
"docker-prompts:/docker-prompts",
61+
"docker-prompts:/docker-prompts:ro",
6262
"--network=none",
6363
"-w",
6464
"/docker-prompts",

0 commit comments

Comments
 (0)