20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"name": "Bun",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": {
|
|
"VARIANT": "latest"
|
|
}
|
|
},
|
|
"containerEnv": {
|
|
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
|
|
},
|
|
"customizations": {
|
|
"jetbrains": {}
|
|
},
|
|
"forwardPorts": [5173],
|
|
"workspaceMount": "source=slot_sources,target=/workspace,type=volume",
|
|
"workspaceFolder": "/workspace",
|
|
"postCreateCommand": "if [ ! -d .git ]; then git clone $GIT_REPO_URL .; fi"
|
|
}
|