Skip to content

Commit

Permalink
Update devcontainer.json for new path structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Nov 25, 2024
1 parent e656f03 commit d3f6413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"onAutoForward": "openPreview"
}
},
"postCreateCommand": "mkdir -p /workspace && ln -s /workspaces /workspace/gitpod"
"postCreateCommand": "mkdir -p /workspace && ln -s /workspaces/training /workspace/gitpod"
}

0 comments on commit d3f6413

Please sign in to comment.