Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
| 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
|