.devcontainer/devcontainer.json aktualisiert
This commit is contained in:
parent
dd5b170eca
commit
bfaa4a9b70
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"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]
|
||||||
"workspaceMount": "source=${localWorkspaceFolder},target=/root,type=bind",
|
|
||||||
"workspaceFolder": "/root/"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue