1
0
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:
2024-09-26 06:49:18 +00:00
parent 6d6256889d
commit cb8a65c412
12 changed files with 2179 additions and 549 deletions

View File

@@ -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"
}
}
}