mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
added data mounting
This commit is contained in:
parent
60a3c0c9e8
commit
c3c155bdb8
1 changed files with 5 additions and 1 deletions
|
|
@ -10,5 +10,9 @@
|
|||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
// temporary mount local file from local computer. DELETE ME if you are not Jun-te Kim
|
||||
"runArgs": [
|
||||
"--mount", "type=bind,source=/home/kimjunte/data,target=/workspaces/survey-extraction/data"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue