Website/.devcontainer/devcontainer.json
Snoweuph 1ab5a69195
Some checks failed
Quality Check / QS Backend (push) Successful in 20s
Quality Check / QS Mixed (push) Failing after 31s
Quality Check / QS Frontend (push) Failing after 36s
.devcontainer/devcontainer.json aktualisiert
2024-07-27 20:13:44 +00:00

7 lines
225 B
JSON

{
"name": "Euph Website",
"image": "git.euph.dev/development_tools/symfony:latest",
"forwardPorts": [8080],
"workspaceFolder": "Website",
"workspaceMount": "=${localWorkspaceFolder}/app,target=/Website,type=bind"
}