Parcourir la source

📦 build(docker): 更换基础镜像源为私有仓库

- 将node基础镜像从官方仓库替换为私有仓库docker.1ms.run/node:20.19.4
- 优化镜像拉取速度并提高构建稳定性
yourname il y a 3 mois
Parent
commit
778c0f093a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # 使用指定基础镜像
-FROM node:20.19.4
+FROM docker.1ms.run/node:20.19.4
 
 # 定义构建参数
 ARG WX_MINI_APP_ID