Browse Source

修改dockerfile

yangc 7 years ago
parent
commit
f3849d322d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -8,6 +8,7 @@ COPY . /app
 
 
 RUN chmod +x run.sh
 RUN chmod +x run.sh
 
 
+RUN npm install yarn -g
 RUN npm install -g node-gyp
 RUN npm install -g node-gyp
 RUN yarn
 RUN yarn