mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-07-25 23:51:29 +00:00
Moon cannon
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "Anson's Projects",
|
||||
// "image": "registry.gitlab.com/anson-projects/projects:latest",
|
||||
"build": { "dockerfile": "../Dockerfile" },
|
||||
"build": {
|
||||
"dockerfile": "../Dockerfile"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
@@ -11,5 +12,11 @@
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
"source=${localEnv:USERPROFILE}\\.ssh,target=/root/.ssh,type=bind,consistency=cached"
|
||||
],
|
||||
"remoteEnv": {
|
||||
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user