Skip to content

Commit 69b0e5f

Browse files
authored
Update devcontainer.json
1 parent 1af5dd1 commit 69b0e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"features": {
99
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
1010
},
11-
"workspaceFolder": "${localWorkspaceFolder}",
12-
"workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
11+
"workspaceFolder": "/workspaces/training/hello-nextflow/",
12+
"workspaceMount": "source=/workspaces/training/hello-nextflow/,target=/workspaces/training/hello-nextflow/,type=bind",
1313
"remoteEnv": {
1414
"NXF_HOME": "/workspaces/.nextflow",
1515
"HOST_PROJECT_PATH": "${localWorkspaceFolder}"

0 commit comments

Comments
 (0)