soiz1 commited on
Commit
55cdc07
·
verified ·
1 Parent(s): a3dc984

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ WORKDIR /app
6
  COPY . .
7
  COPY vue-devtools /app/vue-devtools
8
  RUN cd /app/vue-devtools \
9
- && npm install -g lerna \
10
- && npm install \
11
  && npm run build
12
  RUN npm install @babel/runtime --save --legacy-peer-deps
13
  RUN npm ci --no-audit --no-fund || npm install --no-audit --no-fund
 
6
  COPY . .
7
  COPY vue-devtools /app/vue-devtools
8
  RUN cd /app/vue-devtools \
9
+ && npm install --legacy-peer-deps -g lerna \
10
+ && npm install --legacy-peer-deps \
11
  && npm run build
12
  RUN npm install @babel/runtime --save --legacy-peer-deps
13
  RUN npm ci --no-audit --no-fund || npm install --no-audit --no-fund