mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
33b9487899
This change allows proper unmarshaling of `devcontainer.json` and will no longer break EnvInfoer or the Web Terminal. Fixes coder/internal#556
6 lines
113 B
JSON
6 lines
113 B
JSON
{
|
|
"image": "test-image",
|
|
"runArgs": ["--network=host", "--privileged"],
|
|
"forwardPorts": [8080, "3000:3000"]
|
|
}
|