Website/.devcontainer/devcontainer.json
Snoweuph 1973681951
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:03:08 +00:00

6 lines
148 B
JSON

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