build: 支持构建并上传网页到景安虚机。
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-26 13:17:16 +00:00
parent 2f526f713c
commit 16d5d1f32e
7 changed files with 427 additions and 164 deletions

View File

@@ -47,7 +47,8 @@
"remoteUser": "node",
"features": {
"git": "os-provided",
"git-lfs": "latest"
"git-lfs": "latest",
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"mounts": [],
"postStartCommand": "pnpm install && npm run dev"