Skip to content

Commit

Permalink
fix: remove hardcoded directory in devcontainer.json file (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Brecic <[email protected]>
  • Loading branch information
lbrecic authored Sep 23, 2024
1 parent 9fd1470 commit 8540d59
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 @@ -42,7 +42,7 @@
4321
],
"workspaceFolder": "/workspaces/docs",
"onCreateCommand": "sudo cp /workspaces/docs/.devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
"onCreateCommand": "sudo cp ${containerWorkspaceFolder}/.devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
"postCreateCommand": "yarn install",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"remoteUser": "daytona"
Expand Down

0 comments on commit 8540d59

Please sign in to comment.