fix: 改用腾讯云镜像源

- Dockerfile: 使用 ccr.ccs.tencentyun.com/library/node:18-alpine
- 阿里云镜像仓库无 node 镜像
This commit is contained in:
饭团
2026-03-14 23:09:52 +08:00
parent 22e7baa3e7
commit 7ccb9b2cb2

View File

@@ -1,5 +1,5 @@
# 使用阿里云镜像(国内可用)
FROM registry.cn-hangzhou.aliyuncs.com/library/node:18-alpine
# 使用腾讯云镜像(国内可用)
FROM ccr.ccs.tencentyun.com/library/node:18-alpine
WORKDIR /app