新增云原生开发配置文件,更新Dockerfile以支持Python环境和VSCode扩展,优化.vscode和.settings.yml文件以增强开发体验,简化数据库连接逻辑,确保代码结构清晰。

This commit is contained in:
dockermen
2025-04-11 10:59:41 +08:00
parent 1f86d12fad
commit f4fbae0ee4
9 changed files with 238 additions and 5 deletions

8
.cnb copy.yml Normal file
View File

@ -0,0 +1,8 @@
$:
vscode:
- docker:
# 指定云原生开发启动时的基础镜像为当前镜像
image: docker.cnb.cool/dockermen/tenantdrive
services:
- vscode
- docker