Skip to content

Commit f2d2022

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

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

0 commit comments

Comments
 (0)