dev container修正
This commit is contained in:
6
.devcontainer/external/devcontainer.json
vendored
6
.devcontainer/external/devcontainer.json
vendored
@@ -27,5 +27,9 @@
|
||||
"SPRING_PROFILES_ACTIVE": "dev",
|
||||
"K12STUDY_DEV_MODE": "external"
|
||||
},
|
||||
"postCreateCommand": "cd /workspaces/K12study"
|
||||
|
||||
"remoteUser": "codespace",
|
||||
"updateRemoteUserUID": true,
|
||||
|
||||
"postCreateCommand": "sudo chown -R codespace:codespace /pnpm-store /workspaces/K12study/frontend/node_modules"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user