Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: delete useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Mar 24, 2020
1 parent 93096a8 commit c79e4c8
Show file tree
Hide file tree
Showing 3 changed files with 4,044 additions and 6,548 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app

COPY package*.json ./

RUN npm ci
RUN npm ci -d --registry=https://registry.npm.taobao.org

COPY . .

Expand All @@ -20,7 +20,7 @@ WORKDIR /usr/src/app

COPY package*.json ./

RUN npm ci --only=production
RUN npm ci --only=production -d --registry=https://registry.npm.taobao.org

COPY . .

Expand Down
Loading

0 comments on commit c79e4c8

Please sign in to comment.