mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"entrypoint": "/ide/codehelper",
|
|
"entrypointArgs": [ "--port", "{IDEPORT}", "--host", "0.0.0.0", "--without-connection-token", "--server-data-dir", "/workspace/.vscode-remote" ],
|
|
"readinessProbe": {
|
|
"type": "http",
|
|
"http": {
|
|
"path": "version"
|
|
}
|
|
}
|
|
}
|