build(docker): 优化Docker配置并添加国内镜像源

- 将基础镜像替换为AWS ECR公共镜像
- 使用阿里云镜像源加速apt安装
- 配置pnpm使用淘宝源
- 优化Dockerfile结构并添加ffmpeg验证
- 添加.dockerignore文件排除不必要文件
This commit is contained in:
2026-01-07 00:18:04 +08:00
parent 745c8cf29b
commit 762cb5412f
3 changed files with 36 additions and 12 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
npm-debug.log
pnpm-debug.log
Dockerfile
.git
.gitignore
.dockerignore
README.md