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