fix: setting last run when true

improve(dev): set mount volume to speed up dev container start
This commit is contained in:
2023-12-08 15:13:40 +11:00
parent 2971f5c709
commit d9d1fe72d4
8 changed files with 46 additions and 11 deletions

View File

@@ -1,6 +1,18 @@
{
"name": "Golang Dev",
"image": "golang-dev:1.21-bookworm-user",
"mounts": [
{
"source": "WingmateGoPath",
"target": "/go",
"type": "volume"
},
{
"source": "WingmateGolangDevHome",
"target": "/home/golang",
"type": "volume"
}
],
"customizations": {
"vscode": {
"extensions": [