jesonouyang commited on
Commit
320bd2a
·
verified ·
1 Parent(s): f82af85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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