Website/.devcontainer/devcontainer.json
Snoweuph e47dc4d626
Some checks failed
Quality Check / QS Backend (push) Successful in 23s
Quality Check / QS Mixed (push) Failing after 32s
Quality Check / QS Frontend (push) Failing after 39s
.devcontainer/devcontainer.json aktualisiert
2024-07-27 20:22:07 +00:00

6 lines
146 B
JSON

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