.devcontainer/devcontainer.json aktualisiert
This commit is contained in:
parent
cdd1a6525d
commit
1973681951
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue