.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:41:17 +00:00
parent dd5b170eca
commit bfaa4a9b70

View file

@ -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/"
} }