Rename source folders
This commit is contained in:
parent
29ddf807f0
commit
a260d611bd
31 changed files with 3 additions and 3 deletions
7
source/global/.devcontainer/devcontainer.json
Normal file
7
source/global/.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "$(appName)",
|
||||
"workspaceFolder": "/home/project/$(appName)",
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "$(appName)",
|
||||
"postCreateCommand": "sudo chown iamuser:iamuser -R /home/project",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue