Skip to content

Commit

Permalink
More specific workspaceMounts for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
robsyme committed Nov 15, 2024
1 parent c5cc71a commit 54ee90b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"workspaceFolder": "${localWorkspaceFolder}",
"workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
"remoteEnv": {
"NXF_HOME": "/workspaces/training/.nextflow",
"NXF_HOME": "/workspaces/.nextflow",
"HOST_PROJECT_PATH": "${localWorkspaceFolder}"
},
// Configure tool-specific properties.
Expand Down

0 comments on commit 54ee90b

Please sign in to comment.