jesonouyang commited on
Commit
680e87d
·
verified ·
1 Parent(s): e55c47b

Update Dockerfile

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