add deploy devcontainer + upgrade woodpecker version

This commit is contained in:
2025-01-28 22:36:02 +00:00
parent 26e5259048
commit 062398ce28
3 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,10 @@
{
"workspaceFolder": "/workspace",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z",
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly"
],
"build": {
"dockerfile": "Dockerfile"
}
}