fix: 改用腾讯云镜像源
- Dockerfile: 使用 ccr.ccs.tencentyun.com/library/node:18-alpine - 阿里云镜像仓库无 node 镜像
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user