Commit 08851454 by 薛跃明

修改依赖安装好npm的镜像

parent f79fb879
# 使用Node.js官方镜像作为基础镜像 # 使用Node.js官方镜像作为基础镜像
FROM registry.cn-hangzhou.aliyuncs.com/ad_admin/node-browser-use:v14 FROM registry.cn-hangzhou.aliyuncs.com/ad_admin/mcp-server-broswer:v6
# 设置工作目录 # 设置工作目录
WORKDIR / WORKDIR /
...@@ -8,7 +8,7 @@ WORKDIR / ...@@ -8,7 +8,7 @@ WORKDIR /
COPY package*.json ./ COPY package*.json ./
# 安装依赖 # 安装依赖
RUN npm install #RUN npm install
# 复制源代码 # 复制源代码
COPY . . COPY . .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment