.devcontainer/devcontainer.json aktualisiert
Some checks failed
Quality Check / QS Backend (push) Successful in 21s
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:25:06 +00:00
parent e47dc4d626
commit dd5b170eca

View file

@ -2,5 +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],
"workspaceMount": "source=${localWorkspaceFolder},target=/root,type=bind",
"workspaceFolder": "/root/" "workspaceFolder": "/root/"
} }