15 lines
597 B
JSON
15 lines
597 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
|
"name": "TrueCharts",
|
|
"image": "tccr.io/tccr/devcontainer:v2.0.0@sha256:c327a584ab1494d0f352f846eb7292fac120f9091398e79874b446c783ea3bcf",
|
|
"postCreateCommand": {
|
|
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
|
|
},
|
|
"postStartCommand": {
|
|
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
|
},
|
|
"postAttachCommand": "fish",
|
|
"updateRemoteUserUID": false,
|
|
"runArgs": ["--privileged"]
|
|
}
|