Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
张光博
/
mcp-browser-use
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
08851454
authored
Aug 07, 2025
by
薛跃明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改依赖安装好npm的镜像
parent
f79fb879
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
08851454
# 使用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
. .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment