.devcontainer/devcontainer.json aktualisiert
Some checks failed
Quality Check / QS Backend (push) Successful in 20s
Quality Check / QS Mixed (push) Failing after 30s
Quality Check / QS Frontend (push) Failing after 36s

This commit is contained in:
Snoweuph 2024-07-27 20:15:33 +00:00
parent 1ab5a69195
commit 7a1cc9bf73

View file

@ -2,6 +2,6 @@
"name": "Euph Website",
"image": "git.euph.dev/development_tools/symfony:latest",
"forwardPorts": [8080],
"workspaceFolder": "Website",
"workspaceMount": "=${localWorkspaceFolder}/app,target=/Website,type=bind"
"workspaceFolder": "/Website",
"workspaceMount": "source=${localWorkspaceFolder}/app,target=/Website,type=bind"
}