Skip to content

Commit cb36eb3

Browse files
committed
docs(codespaces): fixed welcome message
1 parent fa85fda commit cb36eb3

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
@@ -24,7 +24,7 @@
2424
},
2525
"postCreateCommand": {
2626
"Install": "npm ci",
27-
"Welcome": "sudo cp .devcontainer/first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt"
27+
"Welcome": "sudo cp .devcontainer/first-run-notice.txt /workspaces/.codespaces/shared/first-run-notice.txt"
2828
},
2929
"waitFor": "postCreateCommand",
3030
"postAttachCommand": {

0 commit comments

Comments
 (0)