ChengYuXuan 5 tahun lalu
induk
melakukan
0f753224dc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM node:10-alpine as builder
 WORKDIR /code
 RUN yarn config set registry https://registry.npm.taobao.org/
 ADD package.json /code
-RUN yarn install --production
+RUN yarn install
 ADD . /code
 RUN yarn build