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