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