Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit d959a05

Browse files
Dimitar Tasevdtasev
authored andcommitted
Mount local folders for queue processor
1 parent ba03803 commit d959a05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/tasks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
"--network=host",
5858
"-v",
5959
"${workspaceFolder}:/autoreduce",
60+
"-v",
61+
"${workspaceFolder}/data-archive:/isis",
62+
"-v",
63+
"${workspaceFolder}/data-archive:/archive",
64+
"-v",
65+
"${workspaceFolder}/reduced-data:/instrument",
6066
"--name",
6167
"queue-processor-debugpy",
6268
"-it",

0 commit comments

Comments
 (0)