Website/.devcontainer/devcontainer.json
Snoweuph f508f4536b
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
.devcontainer/devcontainer.json aktualisiert
2024-07-27 20:05:52 +00:00

6 lines
156 B
JSON

{
"name": "Euph Website",
"image": "git.euph.dev/development_tools/symfony:latest",
"forwardPorts": [8080],
"workspaceFolder": "/Website/Website"
}