Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ RUN apk add --no-cache git
|
|
3 |
RUN mkdir /app
|
4 |
WORKDIR /app
|
5 |
# 克隆指定仓库代替COPY
|
6 |
-
RUN git clone https://github.com/qwertyuiopasdfghjklzxcvbnm0987654321/weibo-rss .
|
7 |
RUN ls
|
8 |
RUN npm i -g npm && npm ci --ignore-scripts && npm run build
|
9 |
|
|
|
3 |
RUN mkdir /app
|
4 |
WORKDIR /app
|
5 |
# 克隆指定仓库代替COPY
|
6 |
+
RUN git clone https://github.com/qwertyuiopasdfghjklzxcvbnm0987654321/weibo-rss.git .
|
7 |
RUN ls
|
8 |
RUN npm i -g npm && npm ci --ignore-scripts && npm run build
|
9 |
|