- 将基础镜像替换为AWS ECR公共镜像 - 使用阿里云镜像源加速apt安装 - 配置pnpm使用淘宝源 - 优化Dockerfile结构并添加ffmpeg验证 - 添加.dockerignore文件排除不必要文件
9 lines
93 B
Plaintext
9 lines
93 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
pnpm-debug.log
|
|
Dockerfile
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
README.md
|