.devcontainer/devcontainer.json aktualisiert
This commit is contained in:
parent
f508f4536b
commit
1ab5a69195
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
||||||
"name": "Euph Website",
|
"name": "Euph Website",
|
||||||
"image": "git.euph.dev/development_tools/symfony:latest",
|
"image": "git.euph.dev/development_tools/symfony:latest",
|
||||||
"forwardPorts": [8080],
|
"forwardPorts": [8080],
|
||||||
"workspaceFolder": "/Website/Website"
|
"workspaceFolder": "Website",
|
||||||
|
"workspaceMount": "=${localWorkspaceFolder}/app,target=/Website,type=bind"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue