StarrySkyWorld commited on
Commit
16ec906
·
verified ·
1 Parent(s): 6e62421

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
8
  WORKDIR /app
9
 
10
  # 克隆项目(或者你可以 COPY 本地代码)
11
- RUN git clone https://github.com/AmethystDev-Labs/kiro-rs.git .
12
 
13
  # 构建前端
14
  RUN cd admin-ui && npm install && npm run build
 
8
  WORKDIR /app
9
 
10
  # 克隆项目(或者你可以 COPY 本地代码)
11
+ RUN git clone https://github.com/AmethystDev-Labs/kiro.rs.git .
12
 
13
  # 构建前端
14
  RUN cd admin-ui && npm install && npm run build