soiz1 commited on
Commit
8ee6c43
·
verified ·
1 Parent(s): 17fcbf4

Update Dockerfile

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