Files
truecharts/.devcontainer/devcontainer.json
T

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:0ea5a09eedad3ae667a81699bdaedfeef675c0581a95d4439401ff8e8a3aa12f",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
"postStartCommand": {
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
},
"postAttachCommand": "fish",
"updateRemoteUserUID": false,
"runArgs": ["--privileged"]
}